public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Managed Lustre v1 API class ExportDataRequest.
Export data from Managed Lustre to a Cloud Storage bucket.
The URI to a Cloud Storage bucket, or a path within a bucket, using
the format gs://<bucket_name>/<optional_path_inside_bucket>/. If a
path inside the bucket is specified, it must end with a forward slash
(/).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Managed Lustre v1 API - Class ExportDataRequest (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ExportDataRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Lustre.V1/1.0.0-beta02/Google.Cloud.Lustre.V1.ExportDataRequest) \n\n public sealed class ExportDataRequest : IMessage\u003cExportDataRequest\u003e, IEquatable\u003cExportDataRequest\u003e, IDeepCloneable\u003cExportDataRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Managed Lustre v1 API class ExportDataRequest.\n\nExport data from Managed Lustre to a Cloud Storage bucket. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExportDataRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExportDataRequest](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ExportDataRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExportDataRequest](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ExportDataRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExportDataRequest](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ExportDataRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Lustre.V1](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Lustre.V1.dll\n\nConstructors\n------------\n\n### ExportDataRequest()\n\n public ExportDataRequest()\n\n### ExportDataRequest(ExportDataRequest)\n\n public ExportDataRequest(ExportDataRequest other)\n\nProperties\n----------\n\n### DestinationCase\n\n public ExportDataRequest.DestinationOneofCase DestinationCase { get; }\n\n### GcsPath\n\n public GcsPath GcsPath { get; set; }\n\nThe URI to a Cloud Storage bucket, or a path within a bucket, using\nthe format `gs://\u003cbucket_name\u003e/\u003coptional_path_inside_bucket\u003e/`. If a\npath inside the bucket is specified, it must end with a forward slash\n(`/`).\n\n### InstanceName\n\n public InstanceName InstanceName { get; set; }\n\n[InstanceName](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.InstanceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ExportDataRequest#Google_Cloud_Lustre_V1_ExportDataRequest_Name) resource name property.\n\n### LustrePath\n\n public LustrePath LustrePath { get; set; }\n\nThe root directory path to the Managed Lustre file system. Must start\nwith `/`. Default is `/`.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the Managed Lustre instance in the format\n`projects/{project}/locations/{location}/instances/{instance}`.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. UUID to identify requests.\n\n### ServiceAccount\n\n public string ServiceAccount { get; set; }\n\nOptional. User-specified service account used to perform the transfer.\nIf unspecified, the Managed Lustre service agent is used.\n\n### ServiceAccountAsServiceAccountName\n\n public ServiceAccountName ServiceAccountAsServiceAccountName { get; set; }\n\n[ServiceAccountName](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ServiceAccountName)-typed view over the [ServiceAccount](/dotnet/docs/reference/Google.Cloud.Lustre.V1/latest/Google.Cloud.Lustre.V1.ExportDataRequest#Google_Cloud_Lustre_V1_ExportDataRequest_ServiceAccount) resource name property.\n\n### SourceCase\n\n public ExportDataRequest.SourceOneofCase SourceCase { get; }"]]