Partager via


AzureTableOutputDataSourceProperties Class

Definition

The properties that are associated with an Azure Table output.

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

Constructors

AzureTableOutputDataSourceProperties()

Creates an new AzureTableOutputDataSourceProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureTableOutputDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureTableOutputDataSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureTableOutputDataSourceProperties.

FromJsonString(String)

Creates a new instance of AzureTableOutputDataSourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureTableOutputDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to