Share via


BlobListingContext.Delimiter Property

Definition

Gets or sets the delimiter for a blob listing operation.

public string Delimiter { get; set; }
member this.Delimiter : string with get, set
Public Property Delimiter As String

Property Value

The delimiter to use to traverse the virtual hierarchy of blobs.

Remarks

The delimiter parameter enables the caller to traverse the blob namespace by using a user-configured delimiter. Using this parameter, it is possible to traverse a virtual hierarchy of blobs as though it were a file system.

Applies to