Condividi tramite


NamedPartitionSchemeDescription.Names Property

Definition

Gets or sets array of size specified by the ‘count’ parameter, for the names of the partitions.

[Newtonsoft.Json.JsonProperty(PropertyName="names")]
public System.Collections.Generic.IList<string> Names { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="names")>]
member this.Names : System.Collections.Generic.IList<string> with get, set
Public Property Names As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to