ASecondaryIndexAccess<(Of <(<'T>)>)> Members
The ASecondaryIndexAccess<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AsEnumerable | |
![]() |
ChangeRecordView |
Changes how records are displayed using the LinqPad [LINQPad.Extensions.Dump{T}(T)] method.
(Inherited from ASecondaryIndexAccess.) |
![]() |
Drop |
Drops this index
(Inherited from ASecondaryIndexAccess.) |
![]() |
Equals(Object) | (Inherited from ASecondaryIndexAccess.) |
![]() |
Equals(ARecord) | (Inherited from ASecondaryIndexAccess.) |
![]() |
Equals(SetRecords) | (Inherited from ASecondaryIndexAccess.) |
![]() |
Equals(ASecondaryIndexAccess) | (Inherited from ASecondaryIndexAccess.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | |
![]() |
GetFilter(Value, array<CTX>[]()[][]) | (Inherited from ASecondaryIndexAccess.) |
![]() |
GetFilter(Object, array<CTX>[]()[][]) |
Creates a Filter based on searchValue type and the secondary index attributes.
(Inherited from ASecondaryIndexAccess.) |
![]() |
GetFilter(Int64, Int64, array<CTX>[]()[][]) |
Creates a Range(String, Int64, Int64, array<CTX>[]()[][]) based on the secondary index attributes.
(Inherited from ASecondaryIndexAccess.) |
![]() |
GetHashCode | (Inherited from ASecondaryIndexAccess.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Query(Filter, array<String>[]()[][]) |
Performs a secondary index query using the provided Filter.
|
![]() |
Query(Filter, Exp, array<String>[]()[][]) |
Performs a secondary index query using the provided Filter and than apply the filter expression.
|
![]() |
Query(Object, array<String>[]()[][]) |
Performs a search on the secondary index based idxBinValue and the properties associated with the index.
For more information see Filter.
|
![]() |
Query(Int64, Int64, array<String>[]()[][]) |
Performs a secondary index range search based on inclusiveStartRange and inclusiveEndRange, inclusively.
For more information see Filter.
|
![]() |
SetFilter |
Set the filter that will be used by this secondary index as the default filter. See DefaultFilter (Inherited from ASecondaryIndexAccess.) |
![]() |
ToString | (Inherited from ASecondaryIndexAccess.) |
Properties
Name | Description | |
---|---|---|
![]() |
BinDataType | |
![]() |
BinName |
The name of the bin that defines this index.
(Inherited from ASecondaryIndexAccess.) |
![]() |
BinType |
The Bin's searchValue type. IndexType (Inherited from ASecondaryIndexAccess.) |
![]() |
CollectionType |
The index's collection type. IndexCollectionType (Inherited from ASecondaryIndexAccess.) |
![]() |
DefaultFilter |
Sets the default filter for this index used to obtain the record set. It can be overridden by using the Query(Filter, array<String>[]()[][]) methods
(Inherited from ASecondaryIndexAccess.) |
![]() |
DefaultQueryPolicy | (Inherited from ASecondaryIndexAccess.) |
![]() |
DefaultRecordView |
Sets how records are displayed using the LinqPad [LINQPad.Extensions.Dump{T}(T)] method.
See ARecord..::..DumpTypes for more information.
(Inherited from ASecondaryIndexAccess.) |
![]() |
FullName |
Returns the Indexes name prefixed with the namespace and set name.
(Inherited from ASecondaryIndexAccess.) |
![]() |
Name |
The name of the index.
(Inherited from ASecondaryIndexAccess.) |
![]() |
Namespace |
Returns the Aerospike "Namespace's" name
(Inherited from ASecondaryIndexAccess.) |
![]() |
SetName |
Returns the Aerospike "Set's" name
(Inherited from ASecondaryIndexAccess.) |
![]() |
SetRecords |
The set instance associated with this index.
SetRecords for more information.
|