AzureTableOutputDataSource Class
- java.
lang. Object - OutputDataSource
- com.
microsoft. azure. management. streamanalytics. AzureTableOutputDataSource
- com.
public class AzureTableOutputDataSource extends OutputDataSource
Describes an Azure Table data source.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
accountKey()
Get the accountKey value. |
String |
accountName()
Get the accountName value. |
Integer |
batchSize()
Get the batchSize value. |
List<String> |
columnsToRemove()
Get the columnsToRemove value. |
String |
partitionKey()
Get the partitionKey value. |
String |
rowKey()
Get the rowKey value. |
String |
table()
Get the table value. |
Azure |
withAccountKey(String accountKey)
Set the accountKey value. |
Azure |
withAccountName(String accountName)
Set the accountName value. |
Azure |
withBatchSize(Integer batchSize)
Set the batchSize value. |
Azure |
withColumnsToRemove(List<String> columnsToRemove)
Set the columnsToRemove value. |
Azure |
withPartitionKey(String partitionKey)
Set the partitionKey value. |
Azure |
withRowKey(String rowKey)
Set the rowKey value. |
Azure |
withTable(String table)
Set the table value. |
Method Details
accountKey
public String accountKey()
Get the accountKey value.
Returns:
accountName
public String accountName()
Get the accountName value.
Returns:
batchSize
public Integer batchSize()
Get the batchSize value.
Returns:
columnsToRemove
public List
Get the columnsToRemove value.
Returns:
partitionKey
public String partitionKey()
Get the partitionKey value.
Returns:
rowKey
public String rowKey()
Get the rowKey value.
Returns:
table
public String table()
Get the table value.
Returns:
withAccountKey
public AzureTableOutputDataSource withAccountKey(String accountKey)
Set the accountKey value.
Parameters:
Returns:
withAccountName
public AzureTableOutputDataSource withAccountName(String accountName)
Set the accountName value.
Parameters:
Returns:
withBatchSize
public AzureTableOutputDataSource withBatchSize(Integer batchSize)
Set the batchSize value.
Parameters:
Returns:
withColumnsToRemove
public AzureTableOutputDataSource withColumnsToRemove(List
Set the columnsToRemove value.
Parameters:
Returns:
withPartitionKey
public AzureTableOutputDataSource withPartitionKey(String partitionKey)
Set the partitionKey value.
Parameters:
Returns:
withRowKey
public AzureTableOutputDataSource withRowKey(String rowKey)
Set the rowKey value.
Parameters:
Returns:
withTable
public AzureTableOutputDataSource withTable(String table)
Set the table value.
Parameters:
Returns:
Applies to
Azure SDK for Java