DatastoreValue(String, String, String, String, String) Constructor

Definition

Properties uniquely identifying a datastore.

public DatastoreValue(string subscription, string resourceGroup, string workspaceName, string datastoreName, string path = "");
new Microsoft.DataPrep.Common.DatastoreValue : string * string * string * string * string -> Microsoft.DataPrep.Common.DatastoreValue
Public Sub New (subscription As String, resourceGroup As String, workspaceName As String, datastoreName As String, Optional path As String = "")

Parameters

subscription
String

The subscription the workspace belongs to.

resourceGroup
String

The resource group the workspace belongs to.

workspaceName
String

The workspace the datastore belongs to.

datastoreName
String

The datastore to read the data from.

path
String

The path on the datastore.

Applies to