HashPartitionResolver.CollectionLinks Property

Definition

Gets the IEnumerable of collection links used for hashing in the Azure Cosmos DB service.

public System.Collections.Generic.IEnumerable<string> CollectionLinks { get; }
member this.CollectionLinks : seq<string>
Public ReadOnly Property CollectionLinks As IEnumerable(Of String)

Property Value

The IEnumerable of collection links used for hashing.

Applies to