public sealed class ExportDataResponse : IMessage<ExportDataResponse>, IEquatable<ExportDataResponse>, IDeepCloneable<ExportDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class ExportDataResponse.
The response to a request to export data from Parallelstore.
[[["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 `ExportDataResponse` class is part of the Parallelstore v1 API and is used to represent the response to a data export request."],["This class, found in version 1.0.0-beta01 and the latest 1.1.0, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportDataResponse` class includes two constructors: a default constructor and a copy constructor that accepts another `ExportDataResponse` object."],["The class is located within the `Google.Cloud.Parallelstore.V1` namespace and is part of the `Google.Cloud.Parallelstore.V1.dll` assembly."]]],[]]