public sealed class ExportInstanceRequest : IMessage<ExportInstanceRequest>, IEquatable<ExportInstanceRequest>, IDeepCloneable<ExportInstanceRequest>, IBufferMessage, IMessage
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 used to request the export of a Redis instance, as part of the `Google.Cloud.Redis.V1Beta1` namespace."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and one that takes another `ExportInstanceRequest` instance as a parameter."],["The `ExportInstanceRequest` class has two key properties: `Name` (a string representing the Redis instance resource name) and `OutputConfig` (specifying the data to be exported)."],["The current documentation is referencing the beta version 2.0.0-beta09 of the library."]]],[]]