Share via


IDestinationProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.DestinationPropertiesTypeConverter))]
public interface IDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.DestinationPropertiesTypeConverter))>]
type IDestinationProperties = interface
    interface IJsonSerializable
Public Interface IDestinationProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ArchiveNameFormat

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

Blob container Name

DataLakeAccountName

The Azure Data Lake Store name for the captured events

DataLakeFolderPath

The destination folder path for the captured events

DataLakeSubscriptionId

Subscription Id of Azure Data Lake Store

StorageAccountResourceId

Resource id of the storage account to be used to create the blobs

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to