The PartitionPredicate type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetFactoryId | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetId | ||
| GetPartitionKey |
Returns the partition key that determines the partition the target Predicate is going to execute on
| |
| GetTarget |
Returns the predicate that will run on target partition
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReadData | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteData |
Extension Methods
| Name | Description | |
|---|---|---|
| And | (Defined by PredicateExt.) | |
| Not | (Defined by PredicateExt.) | |
| Or | (Defined by PredicateExt.) |
See Also