public AzureTable() { Properties = new DataSetProperties { Type = DataSetType.AzureTable, TypeProperties = new AzureTableTypeProperties() }; }
public AzureSearchIndex() { Properties = new DataSetProperties { Type = DataSetType.AzureSearchIndex, TypeProperties = new AzureSearchIndexTypeProperties() }; }
public AzureDataLakeStore() { Properties = new DataSetProperties { Type = DataSetType.AzureDataLakeStore, TypeProperties = new AzureDataLakeStoreTypeProperties() }; }
public AzureCosmosDbCollection() { Properties = new DataSetProperties { Type = DataSetType.CosmosDbCollection, TypeProperties = new AzureCosmosDbCollectionTypeProperties() }; }
public AzureBlob() { Properties = new DataSetProperties { Type = DataSetType.AzureBlob, TypeProperties = new AzureBlobTypeProperties() }; }