Class GoogleFirestoreAdminV1VectorConfig
The index configuration to support vector search operations
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1VectorConfig : IDirectResponseSchema
Properties
Dimension
Required. The vector dimension this configuration applies to. The resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.
Declaration
[JsonProperty("dimension")]
public virtual int? Dimension { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Flat
Indicates the vector index is a flat index.
Declaration
[JsonProperty("flat")]
public virtual GoogleFirestoreAdminV1FlatIndex Flat { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirestoreAdminV1FlatIndex |