FilteredRecordRetrievalOptions<TRecord> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines options for calling GetAsync(Expression<Func<TRecord,Boolean>>, Int32, FilteredRecordRetrievalOptions<TRecord>, CancellationToken).
generic <typename TRecord>
public ref class FilteredRecordRetrievalOptions sealed
public sealed class FilteredRecordRetrievalOptions<TRecord>
type FilteredRecordRetrievalOptions<'Record> = class
Public NotInheritable Class FilteredRecordRetrievalOptions(Of TRecord)
Type Parameters
- TRecord
The type of the record.
- Inheritance
-
FilteredRecordRetrievalOptions<TRecord>
Constructors
| Name | Description |
|---|---|
| FilteredRecordRetrievalOptions<TRecord>() | |
Properties
| Name | Description |
|---|---|
| IncludeVectors |
Gets or sets a value indicating whether to include vectors in the retrieval result. |
| OrderBy |
Gets or sets the data property to order by. |
| Skip |
Gets or sets the number of results to skip before returning results, that is, the index of the first result to return. |