public sealed class ExportInstanceRequest : IMessage<ExportInstanceRequest>, IEquatable<ExportInstanceRequest>, IDeepCloneable<ExportInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class ExportInstanceRequest.
Request for [Export][google.cloud.redis.v1beta1.CloudRedis.ExportInstance].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ExportInstanceRequest` class is part of the Google Cloud Memorystore for Redis v1beta1 API, used for exporting Redis instances."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts within the API."],["There are two constructors available, a default one, and one that creates a copy of an existing `ExportInstanceRequest` instance, allowing for different instantiation methods."],["The `ExportInstanceRequest` class has two main properties: `Name`, which is a string representing the Redis instance resource name, and `OutputConfig`, specifying the data to be exported."],["This class is found in the `Google.Cloud.Redis.V1Beta1` namespace, within the `Google.Cloud.Redis.V1Beta1.dll` assembly, and has available documentation for version `3.0.0-beta05` to `2.0.0-beta09`."]]],[]]