DatastoreValue(String, String, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.