Share via


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)

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

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