public DataStore.Types.ContentConfig ContentConfig { get; set; }
Immutable. The content config of the data store. If this field is unset,
the server behavior defaults to
[ContentConfig.NO_CONTENT][google.cloud.discoveryengine.v1beta.DataStore.ContentConfig.NO_CONTENT].
Immutable. The full resource name of the data store.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
This field must be a UTF-8 encoded string with a length limit of 1024
characters.
public RepeatedField<SolutionType> SolutionTypes { get; }
The solutions that the data store enrolls. Available solutions for each
[industry_vertical][google.cloud.discoveryengine.v1beta.DataStore.industry_vertical]:
MEDIA: SOLUTION_TYPE_RECOMMENDATION and SOLUTION_TYPE_SEARCH.
SITE_SEARCH: SOLUTION_TYPE_SEARCH is automatically enrolled. Other
solutions cannot be enrolled.
The start schema to use for this
[DataStore][google.cloud.discoveryengine.v1beta.DataStore] when
provisioning it. If unset, a default vertical specialized schema will be
used.
This field is only used by [CreateDataStore][] API, and will be ignored if
used in other APIs. This field will be omitted from all API responses
including [CreateDataStore][] API. To retrieve a schema of a
[DataStore][google.cloud.discoveryengine.v1beta.DataStore], use
[SchemaService.GetSchema][google.cloud.discoveryengine.v1beta.SchemaService.GetSchema]
API instead.
The provided schema will be validated against certain rules on schema.
Learn more from this
doc.
public WorkspaceConfig WorkspaceConfig { get; set; }
Config to store data store type configuration for workspace data. This
must be set when
[DataStore.content_config][google.cloud.discoveryengine.v1beta.DataStore.content_config]
is set as
[DataStore.ContentConfig.GOOGLE_WORKSPACE][google.cloud.discoveryengine.v1beta.DataStore.ContentConfig.GOOGLE_WORKSPACE].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDataStore\u003c/code\u003e class in the Discovery Engine v1beta API manages global settings and configurations at the data store level.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, allowing for detailed operations and comparisons.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eDataStore\u003c/code\u003e include \u003ccode\u003eBillingEstimation\u003c/code\u003e for data size estimation, \u003ccode\u003eContentConfig\u003c/code\u003e for data store content type, and \u003ccode\u003eDisplayName\u003c/code\u003e for the data store's display name.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataStore\u003c/code\u003e also manages \u003ccode\u003eSolutionTypes\u003c/code\u003e, which are the solutions the data store enrolls, and has properties for \u003ccode\u003eDocumentProcessingConfig\u003c/code\u003e, \u003ccode\u003eLanguageInfo\u003c/code\u003e, and \u003ccode\u003eWorkspaceConfig\u003c/code\u003e, expanding functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataStore\u003c/code\u003e class can be created with a constructor with no parameter, or with a \u003ccode\u003eDataStore\u003c/code\u003e parameter, which will create a copy of the existing object.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class DataStore (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStore)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.DataStore) \n\n public sealed class DataStore : IMessage\u003cDataStore\u003e, IEquatable\u003cDataStore\u003e, IDeepCloneable\u003cDataStore\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class DataStore.\n\nDataStore captures global settings and configs at the DataStore level. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DataStore \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DataStore](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStore), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DataStore](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStore), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DataStore](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStore), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### DataStore()\n\n public DataStore()\n\n### DataStore(DataStore)\n\n public DataStore(DataStore other)\n\nProperties\n----------\n\n### BillingEstimation\n\n public DataStore.Types.BillingEstimation BillingEstimation { get; set; }\n\nOutput only. Data size estimation for billing.\n\n### ContentConfig\n\n public DataStore.Types.ContentConfig ContentConfig { get; set; }\n\nImmutable. The content config of the data store. If this field is unset,\nthe server behavior defaults to\n\\[ContentConfig.NO_CONTENT\\]\\[google.cloud.discoveryengine.v1beta.DataStore.ContentConfig.NO_CONTENT\\].\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Timestamp the\n\\[DataStore\\]\\[google.cloud.discoveryengine.v1beta.DataStore\\] was created at.\n\n### DataStoreName\n\n public DataStoreName DataStoreName { get; set; }\n\n[DataStoreName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStore#Google_Cloud_DiscoveryEngine_V1Beta_DataStore_Name) resource name property.\n\n### DefaultSchemaId\n\n public string DefaultSchemaId { get; set; }\n\nOutput only. The id of the default\n\\[Schema\\]\\[google.cloud.discoveryengine.v1beta.Schema\\] asscociated to this\ndata store.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nRequired. The data store display name.\n\nThis field must be a UTF-8 encoded string with a length limit of 128\ncharacters. Otherwise, an INVALID_ARGUMENT error is returned.\n\n### DocumentProcessingConfig\n\n public DocumentProcessingConfig DocumentProcessingConfig { get; set; }\n\nConfiguration for Document understanding and enrichment.\n\n### IndustryVertical\n\n public IndustryVertical IndustryVertical { get; set; }\n\nImmutable. The industry vertical that the data store registers.\n\n### LanguageInfo\n\n public LanguageInfo LanguageInfo { get; set; }\n\nLanguage info for DataStore.\n\n### Name\n\n public string Name { get; set; }\n\nImmutable. The full resource name of the data store.\nFormat:\n`projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`.\n\nThis field must be a UTF-8 encoded string with a length limit of 1024\ncharacters.\n\n### NaturalLanguageQueryUnderstandingConfig\n\n public NaturalLanguageQueryUnderstandingConfig NaturalLanguageQueryUnderstandingConfig { get; set; }\n\nOptional. Configuration for Natural Language Query Understanding.\n\n### ServingConfigDataStore\n\n public DataStore.Types.ServingConfigDataStore ServingConfigDataStore { get; set; }\n\nOptional. Stores serving config at DataStore level.\n\n### SolutionTypes\n\n public RepeatedField\u003cSolutionType\u003e SolutionTypes { get; }\n\nThe solutions that the data store enrolls. Available solutions for each\n\\[industry_vertical\\]\\[google.cloud.discoveryengine.v1beta.DataStore.industry_vertical\\]:\n\n- `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`.\n- `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.\n\n### StartingSchema\n\n public Schema StartingSchema { get; set; }\n\nThe start schema to use for this\n\\[DataStore\\]\\[google.cloud.discoveryengine.v1beta.DataStore\\] when\nprovisioning it. If unset, a default vertical specialized schema will be\nused.\n\nThis field is only used by \\[CreateDataStore\\]\\[\\] API, and will be ignored if\nused in other APIs. This field will be omitted from all API responses\nincluding \\[CreateDataStore\\]\\[\\] API. To retrieve a schema of a\n\\[DataStore\\]\\[google.cloud.discoveryengine.v1beta.DataStore\\], use\n\\[SchemaService.GetSchema\\]\\[google.cloud.discoveryengine.v1beta.SchemaService.GetSchema\\]\nAPI instead.\n\nThe provided schema will be validated against certain rules on schema.\nLearn more from [this\ndoc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema).\n\n### WorkspaceConfig\n\n public WorkspaceConfig WorkspaceConfig { get; set; }\n\nConfig to store data store type configuration for workspace data. This\nmust be set when\n\\[DataStore.content_config\\]\\[google.cloud.discoveryengine.v1beta.DataStore.content_config\\]\nis set as\n\\[DataStore.ContentConfig.GOOGLE_WORKSPACE\\]\\[google.cloud.discoveryengine.v1beta.DataStore.ContentConfig.GOOGLE_WORKSPACE\\]."]]