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."],[[["This documentation covers the `ExportInstanceRequest` class, which is part of the Google Cloud Memorystore for Redis v1beta1 API, specifically within version 3.0.0-beta04."],["The `ExportInstanceRequest` class is used to construct requests for exporting Redis instance data, as indicated by the `ExportInstanceRequest` constructor and the `OutputConfig` property, which dictates the data to be exported."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing methods like `GetHashCode`, `GetType`, and `ToString`."],["The `ExportInstanceRequest` class contains two key properties: `Name`, which is a required field specifying the resource name of the Redis instance, and `OutputConfig`, which is also required and specifies the data to be exported."]]],[]]