Sdílet prostřednictvím


TableOutputDataSource Class

Definition

Describes an Azure Table output data source.

public class TableOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.TableOutputDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.TableOutputDataSource>
public class TableOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type TableOutputDataSource = class
    inherit StreamingJobOutputDataSource
    interface IJsonModel<TableOutputDataSource>
    interface IPersistableModel<TableOutputDataSource>
type TableOutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class TableOutputDataSource
Inherits StreamingJobOutputDataSource
Implements IJsonModel(Of TableOutputDataSource), IPersistableModel(Of TableOutputDataSource)
Public Class TableOutputDataSource
Inherits StreamingJobOutputDataSource
Inheritance
TableOutputDataSource
Implements

Constructors

TableOutputDataSource()

Initializes a new instance of TableOutputDataSource.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingJobOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamingJobOutputDataSource)
IJsonModel<StreamingJobOutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamingJobOutputDataSource)
IJsonModel<TableOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TableOutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingJobOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<StreamingJobOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<StreamingJobOutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<TableOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TableOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TableOutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to