AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Input for the SearchVectors operation in the object-persistence programming model
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class SearchVectorsConfig : BaseOperationConfig
The SearchVectorsConfig type exposes the following members
| Name | Description | |
|---|---|---|
|
SearchVectorsConfig() |
| Name | Type | Description | |
|---|---|---|---|
|
Conversion | Amazon.DynamoDBv2.DynamoDBEntryConversion | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
|
IndexName | System.String |
Indicates the name of the index to search against. |
|
IsEmptyStringValueEnabled | System.Nullable<System.Boolean> | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
|
OverrideTableName | System.String | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
|
RetrieveDateTimeInUtc | System.Nullable<System.Boolean> |
If true, all System.DateTime properties are retrieved in UTC timezone while reading data from DynamoDB. Else, the local timezone is used. |
|
SearchConditionExpression | Amazon.DynamoDBv2.DataModel.ContextExpression |
Pre-filter expression for vector search. If the selected vector index defines a HASH element in its search schema, it must be specified. INLINE_FILTER elements are optional. Only the equality (=) operator is supported. Only AND conjunction is supported between conditions. |
|
TableNamePrefix | System.String | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer