Class to encapsulate information of a query based on a Space ID.
An ID query is composed of a type (provided either as a .NET type or as a string which contains the type name)
and an ID value, and optionally a routing value an a query result type indicator.
- T
- The type of the expected result.
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| IdQuery<(Of <(<'T>)>)>(String, Object, Object, Int32) |
Creates an IdQuery using specified type name.
| |
| IdQuery<(Of <(<'T>)>)>(String, Object, Object) |
Creates an IdQuery using specified type name.
| |
| IdQuery<(Of <(<'T>)>)>(String, Object) |
Creates an IdQuery using specified type name.
| |
| IdQuery<(Of <(<'T>)>)>(Object, Object, Int32) |
Creates an IdQuery using the instance generic type.
| |
| IdQuery<(Of <(<'T>)>)>(Object, Object) |
Creates an IdQuery using the instance generic type.
| |
| IdQuery<(Of <(<'T>)>)>(Object) |
Creates an IdQuery using the instance generic type.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
The id to match.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Projections |
Gets or sets projection properties which specifies that a result for an operation using this query should
contain data for the specified projection properties.
Other properties which were not specifies as a projection will not contain data.
By default, if no projection was added, all the properties are returned with full data.
| |
| Routing |
The routing value used to determine the partition to query.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| TypeName |
The name of type to query.
| |
| Version |
The version to consider when performing a modifying operation (take/clear/change), 0 version means no version check should be made.
|
| Object | |
| IdQuery<(Of <(<'T>)>)> | |
