IndexPartitionTIdentifiers Property
Gets the collection of part identifiers.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public IReadOnlyList<T> Identifiers { get; }
Public ReadOnly Property Identifiers As IReadOnlyList(Of T)
Get
public:
property IReadOnlyList<T>^ Identifiers {
IReadOnlyList<T>^ get ();
}
member Identifiers : IReadOnlyList<'T> with get
Property Value
IReadOnlyListTThe part identifiers.