public sealed class DataStore : IMessage<DataStore>, IEquatable<DataStore>, IDeepCloneable<DataStore>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DataStore.
A DataStore resource in Vertex AI Search.
Implements
IMessageDataStore, IEquatableDataStore, IDeepCloneableDataStore, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
DataStore()
public DataStore()DataStore(DataStore)
public DataStore(DataStore other)| Parameter | |
|---|---|
| Name | Description |
other |
DataStore |
Properties
ConnectorConfig
public DataStore.Types.ConnectorConfig ConnectorConfig { get; set; }Output only. The connector config for the data store connection.
| Property Value | |
|---|---|
| Type | Description |
DataStoreTypesConnectorConfig |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when the data store was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Output only. The display name of the data store.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DocumentProcessingMode
public DataStore.Types.DocumentProcessingMode DocumentProcessingMode { get; set; }Output only. The document processing mode for the data store connection. Only set for PUBLIC_WEB and UNSTRUCTURED data stores.
| Property Value | |
|---|---|
| Type | Description |
DataStoreTypesDocumentProcessingMode |
|
Name
public string Name { get; set; }Required. Full resource name of the DataStore.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public DataStore.Types.DataStoreType Type { get; set; }Output only. The type of the data store. This field is readonly and populated by the server.
| Property Value | |
|---|---|
| Type | Description |
DataStoreTypesDataStoreType |
|