Share via


DataLakeStoreAccount.DefaultGroup Property

Definition

Gets the default owner group for all new folders and files created in the Data Lake Store account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to