Click or drag to resize

PartitionPredicate Methods

The PartitionPredicate type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFactoryId
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetId
Public methodGetPartitionKey
Returns the partition key that determines the partition the target Predicate is going to execute on
Public methodGetTarget
Returns the predicate that will run on target partition
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadData
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteData
Top
Extension Methods
  NameDescription
Public Extension MethodAnd (Defined by PredicateExt.)
Public Extension MethodNot (Defined by PredicateExt.)
Public Extension MethodOr (Defined by PredicateExt.)
Top
See Also