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