IndexCollectionCount Property

ScaleOut Software NamedCache API
Gets the number of elements in the IndexCollection. Since the collection is fixed-size, this property always returns MaxIndexValues.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public virtual int Count { get; }

Return Value

Type: Int32
Always returns MaxIndexValues.

Implements

ICollectionCount
See Also

Reference