GigaSpaces XAP.NET Documentation
IdsQuery<(Of <(T>)>) Structure
Class LibraryGigaSpaces.CoreIdsQuery<(Of <(T>)>)
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.
Declaration Syntax
C#Visual BasicVisual C++J#
public struct IdsQuery<T>
Public Structure IdsQuery(Of T)
generic<typename T>
public value class IdsQuery
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
The type of the expected result.
Members
All MembersConstructorsMethodsFields



IconMemberDescription
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.)
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)