Partilhar via


IAzureTableOutputDataSourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureTableOutputDataSourcePropertiesTypeConverter))]
public interface IAzureTableOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureTableOutputDataSourcePropertiesTypeConverter))>]
type IAzureTableOutputDataSourceProperties = interface
    interface IJsonSerializable
Public Interface IAzureTableOutputDataSourceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AccountKey

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

AccountName

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

BatchSize

The number of rows to write to the Azure Table at a time.

ColumnsToRemove

If specified, each item in the array is the name of a column to remove (if present) from output event entities.

PartitionKey

This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.

RowKey

This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.

Table

The name of the Azure Table. Required on PUT (CreateOrReplace) requests.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to