共用方式為


Destination Class

Definition

Capture storage details for capture description

[Microsoft.Rest.Serialization.JsonTransformation]
public class Destination
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Destination = class
Public Class Destination
Inheritance
Destination
Attributes

Constructors

Destination()

Initializes a new instance of the Destination class.

Destination(String, String, String, String, Nullable<Guid>, String, String)

Initializes a new instance of the Destination class.

Properties

ArchiveNameFormat

Gets or sets blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order

BlobContainer

Gets or sets blob container Name

DataLakeAccountName

Gets or sets the Azure Data Lake Store name for the captured events

DataLakeFolderPath

Gets or sets the destination folder path for the captured events

DataLakeSubscriptionId

Gets or sets subscription Id of Azure Data Lake Store

Name

Gets or sets name for capture destination

StorageAccountResourceId

Gets or sets resource id of the storage account to be used to create the blobs

Applies to