Share via


AzureBlobFileSystemReference.MountOptions Property

Definition

Gets or sets mount options.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Mount options for mounting blobfuse file system.

Applies to