แชร์ผ่าน


AzureTableOutputDataSource Class

  • java.lang.Object
    • OutputDataSource
      • com.microsoft.azure.management.streamanalytics.AzureTableOutputDataSource

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.

AzureTableOutputDataSource withAccountKey(String accountKey)

Set the accountKey value.

AzureTableOutputDataSource withAccountName(String accountName)

Set the accountName value.

AzureTableOutputDataSource withBatchSize(Integer batchSize)

Set the batchSize value.

AzureTableOutputDataSource withColumnsToRemove(List<String> columnsToRemove)

Set the columnsToRemove value.

AzureTableOutputDataSource withPartitionKey(String partitionKey)

Set the partitionKey value.

AzureTableOutputDataSource withRowKey(String rowKey)

Set the rowKey value.

AzureTableOutputDataSource withTable(String table)

Set the table value.

Method Details

accountKey

public String accountKey()

Get the accountKey value.

Returns:

the accountKey value

accountName

public String accountName()

Get the accountName value.

Returns:

the accountName value

batchSize

public Integer batchSize()

Get the batchSize value.

Returns:

the batchSize value

columnsToRemove

public List columnsToRemove()

Get the columnsToRemove value.

Returns:

the columnsToRemove value

partitionKey

public String partitionKey()

Get the partitionKey value.

Returns:

the partitionKey value

rowKey

public String rowKey()

Get the rowKey value.

Returns:

the rowKey value

table

public String table()

Get the table value.

Returns:

the table value

withAccountKey

public AzureTableOutputDataSource withAccountKey(String accountKey)

Set the accountKey value.

Parameters:

accountKey - the accountKey value to set

Returns:

the AzureTableOutputDataSource object itself.

withAccountName

public AzureTableOutputDataSource withAccountName(String accountName)

Set the accountName value.

Parameters:

accountName - the accountName value to set

Returns:

the AzureTableOutputDataSource object itself.

withBatchSize

public AzureTableOutputDataSource withBatchSize(Integer batchSize)

Set the batchSize value.

Parameters:

batchSize - the batchSize value to set

Returns:

the AzureTableOutputDataSource object itself.

withColumnsToRemove

public AzureTableOutputDataSource withColumnsToRemove(List columnsToRemove)

Set the columnsToRemove value.

Parameters:

columnsToRemove - the columnsToRemove value to set

Returns:

the AzureTableOutputDataSource object itself.

withPartitionKey

public AzureTableOutputDataSource withPartitionKey(String partitionKey)

Set the partitionKey value.

Parameters:

partitionKey - the partitionKey value to set

Returns:

the AzureTableOutputDataSource object itself.

withRowKey

public AzureTableOutputDataSource withRowKey(String rowKey)

Set the rowKey value.

Parameters:

rowKey - the rowKey value to set

Returns:

the AzureTableOutputDataSource object itself.

withTable

public AzureTableOutputDataSource withTable(String table)

Set the table value.

Parameters:

table - the table value to set

Returns:

the AzureTableOutputDataSource object itself.

Applies to