public sealed class ExportDataObjectsRequest : IMessage<ExportDataObjectsRequest>, IEquatable<ExportDataObjectsRequest>, IDeepCloneable<ExportDataObjectsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class ExportDataObjectsRequest.
Request message for [VectorSearchService.ExportDataObjects][google.cloud.vectorsearch.v1.VectorSearchService.ExportDataObjects].
Implements
IMessageExportDataObjectsRequest, IEquatableExportDataObjectsRequest, IDeepCloneableExportDataObjectsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
ExportDataObjectsRequest()
public ExportDataObjectsRequest()ExportDataObjectsRequest(ExportDataObjectsRequest)
public ExportDataObjectsRequest(ExportDataObjectsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportDataObjectsRequest |
Properties
CollectionName
public CollectionName CollectionName { get; set; }CollectionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CollectionName |
|
DestinationCase
public ExportDataObjectsRequest.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportDataObjectsRequestDestinationOneofCase |
|
GcsDestination
public ExportDataObjectsRequest.Types.GcsExportDestination GcsDestination { get; set; }The Cloud Storage location where user wants to export Data Objects.
| Property Value | |
|---|---|
| Type | Description |
ExportDataObjectsRequestTypesGcsExportDestination |
|
Name
public string Name { get; set; }Required. The resource name of the Collection from which we want to export
Data Objects. Format:
projects/{project}/locations/{location}/collections/{collection}.
| Property Value | |
|---|---|
| Type | Description |
string |
|