Vector Search v1 API - Class ExportDataObjectsRequest (1.0.0-beta04)

public sealed class ExportDataObjectsRequest : IMessage<ExportDataObjectsRequest>, IEquatable<ExportDataObjectsRequest>, IDeepCloneable<ExportDataObjectsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vector Search v1 API class ExportDataObjectsRequest.

Request message for [VectorSearchService.ExportDataObjects][google.cloud.vectorsearch.v1.VectorSearchService.ExportDataObjects].

Inheritance

object > ExportDataObjectsRequest

Namespace

Google.Cloud.VectorSearch.V1

Assembly

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