다음을 통해 공유


BlobClientOptions.TrimBlobNameSlashes Property

Definition

Whether to trim leading and trailing slashes on a blob name when using GetBlobClient(String) and similar methods. Defaults to true for backwards compatibility.

public bool TrimBlobNameSlashes { get; set; }
member this.TrimBlobNameSlashes : bool with get, set
Public Property TrimBlobNameSlashes As Boolean

Property Value

Applies to