Prefix specifies the arguments to a prefix query.

from message cosmos.orm.query.v1alpha1.ListRequest.Prefix

Hierarchy

Constructors

Properties

values: IndexValue[] = []

values specifies the index values for the prefix query. It is valid to special a partial prefix with fewer values than the number of fields in the index.

from field: repeated cosmos.orm.query.v1alpha1.IndexValue values = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.orm.query.v1alpha1.ListRequest.Prefix" = "cosmos.orm.query.v1alpha1.ListRequest.Prefix"

Methods