AzureTableOutputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an Azure Table output data source.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Storage/Table")]
public class AzureTableOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Storage/Table")>]
type AzureTableOutputDataSource = class
inherit OutputDataSource
Public Class AzureTableOutputDataSource
Inherits OutputDataSource
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureTableOutputDataSource() |
Initializes a new instance of the AzureTableOutputDataSource class. |
AzureTableOutputDataSource(String, String, String, String, String, IList<String>, Nullable<Int32>) |
Initializes a new instance of the AzureTableOutputDataSource class. |
Properties
AccountKey |
Gets or sets the account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. |
AccountName |
Gets or sets the name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. |
BatchSize |
Gets or sets the number of rows to write to the Azure Table at a time. |
ColumnsToRemove |
Gets or sets if specified, each item in the array is the name of a column to remove (if present) from output event entities. |
PartitionKey |
Gets or sets 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 |
Gets or sets 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 |
Gets or sets the name of the Azure Table. Required on PUT (CreateOrReplace) requests. |
Applies to
Azure SDK for .NET