Share via


Destination.ArchiveNameFormat Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.archiveNameFormat")]
public string ArchiveNameFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.archiveNameFormat")>]
member this.ArchiveNameFormat : string with get, set
Public Property ArchiveNameFormat As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to