DataStoreSpec

A struct to define data stores to filter on in a search call and configurations for those data stores. A maximum of 1 DataStoreSpec per dataStore is allowed. Otherwise, an INVALID_ARGUMENT error is returned.

JSON representation
{
  "dataStore": string
}
Fields
dataStore

string

Required. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collectionId}/dataStores/{dataStoreId}.