Show / Hide Table of Contents

Class GoogleFirestoreAdminV1VectorConfig

The index configuration to support vector search operations

Inheritance
object
GoogleFirestoreAdminV1VectorConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX