Google Cloud Memorystore for Redis v1 API - Class ExportInstanceRequest (3.6.0)

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

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class ExportInstanceRequest.

Request for [Export][google.cloud.redis.v1.CloudRedis.ExportInstance].

Inheritance

object > ExportInstanceRequest

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

ExportInstanceRequest()

public ExportInstanceRequest()

ExportInstanceRequest(ExportInstanceRequest)

public ExportInstanceRequest(ExportInstanceRequest other)
Parameter
Name Description
other ExportInstanceRequest

Properties

Name

public string Name { get; set; }

Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.

Property Value
Type Description
string

OutputConfig

public OutputConfig OutputConfig { get; set; }

Required. Specify data to be exported.

Property Value
Type Description
OutputConfig

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.