BlobListingContext.Delimiter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET