Class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
A struct to define data stores to filter on in a search call and configurations for those data stores.
Otherwise, an INVALID_ARGUMENT error is returned.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec : IDirectResponseSchemaProperties
BoostSpec
Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting
Declaration
[JsonProperty("boostSpec")]
public virtual GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec BoostSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec | 
CustomSearchOperators
Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see SearchOperators.
Declaration
[JsonProperty("customSearchOperators")]
public virtual string CustomSearchOperators { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DataStore
Required. Full resource name of DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Filter
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }Property Value
| Type | Description | 
|---|---|
| string |