IndexValue Class

ScaleOut Software NamedCache API
An immutable value that may be assigned to an IndexCollection and used to query the StateServer for objects with metadata matching the IndexCollection.
Inheritance Hierarchy

SystemObject
  Soss.ClientIndexValue

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

[SerializableAttribute]
public class IndexValue

The IndexValue type exposes the following members.

Constructors

  NameDescription
Public methodIndexValue(Boolean)
Create a new IndexValue using the contents of value exported as a byte array.
Public methodIndexValue(Byte)
Create a new IndexValue with the value specified in value.
Public methodIndexValue(DateTime)
Create a new IndexValue using the contents of value exported as a byte array.
Public methodIndexValue(Decimal)
Create a new IndexValue using the contents of value exported as a byte array.
Public methodIndexValue(Guid)
Create a new IndexValue using the contents of value exported as a byte array.
Public methodIndexValue(Int32)
Create a new IndexValue using the contents of value exported as a byte array.
Public methodIndexValue(Int64)
Create a new IndexValue using the contents of value exported as a byte array.
Public methodIndexValue(String)
Create a new IndexValue using the 32-byte hashcode resulting from hashing value with the SHA256 hash provider.
Top
Properties

  NameDescription
Public propertyBytes
Returns a copy of the current value of this IndexValue as an array of bytes.
Public propertyStatic memberMaxValueByteLength
The maximum number of bytes StateServer allows for any individual index value. This value is currently 32.
Top
Methods

  NameDescription
Public methodCopyTo
Copies the contents of this IndexValue to a compatible, one-dimensional Array, starting at the specified index in the target array.
Public methodEquals
Returns a value indicating whether this IndexValue instance is equal to other.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hashcode for this IndexValue instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference