Class to encapsulate information of a query based on multiple Space IDs.
An IDs query is composed of a type (provided either as a .NET class or as a string which contains the type name)
and a collection of ID values, and optionally routing value(s) an a query result type indicator.

C# | Visual Basic | Visual C++ | J# |
public struct IdsQuery<T>
Public Structure IdsQuery(Of T)
generic<typename T> public value class IdsQuery

- T
- The type of the expected result.

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | IdsQuery<(Of <(T>)>)(String, array<Object>[]()[]) |
Creates an IdsQuery using specified type name.
|
![]() | IdsQuery<(Of <(T>)>)(String, array<Object>[]()[], Object) |
Creates an IdsQuery using specified type name.
|
![]() | IdsQuery<(Of <(T>)>)(String, array<Object>[]()[], array<Object>[]()[]) |
Creates an IdsQuery using specified type name.
|
![]() | IdsQuery<(Of <(T>)>)(array<Object>[]()[]) |
Creates an IdsQuery using the instance generic type.
|
![]() | IdsQuery<(Of <(T>)>)(array<Object>[]()[], Object) |
Creates an IdsQuery using the instance generic type.
|
![]() | IdsQuery<(Of <(T>)>)(array<Object>[]()[], array<Object>[]()[]) |
Creates an IdsQuery using the instance generic type.
|
![]() | Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() | 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()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Ids |
The the IDs 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.
|
![]() | Routings |
The routing values used to determine the partition to query.
|
![]() | ToString()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
![]() | TypeName |
The name of type to query.
|