Esempio n. 1
0
 public AzureTable()
 {
     Properties = new DataSetProperties
     {
         Type           = DataSetType.AzureTable,
         TypeProperties = new AzureTableTypeProperties()
     };
 }
Esempio n. 2
0
 public AzureSearchIndex()
 {
     Properties = new DataSetProperties
     {
         Type           = DataSetType.AzureSearchIndex,
         TypeProperties = new AzureSearchIndexTypeProperties()
     };
 }
Esempio n. 3
0
 public AzureDataLakeStore()
 {
     Properties = new DataSetProperties
     {
         Type           = DataSetType.AzureDataLakeStore,
         TypeProperties = new AzureDataLakeStoreTypeProperties()
     };
 }
Esempio n. 4
0
 public AzureCosmosDbCollection()
 {
     Properties = new DataSetProperties
     {
         Type           = DataSetType.CosmosDbCollection,
         TypeProperties = new AzureCosmosDbCollectionTypeProperties()
     };
 }
Esempio n. 5
0
 public AzureBlob()
 {
     Properties = new DataSetProperties
     {
         Type           = DataSetType.AzureBlob,
         TypeProperties = new AzureBlobTypeProperties()
     };
 }