public sealed class SourceParallelstore : IMessage<SourceParallelstore>, IEquatable<SourceParallelstore>, IDeepCloneable<SourceParallelstore>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1beta API class SourceParallelstore.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eSourceParallelstore\u003c/code\u003e class within the Parallelstore v1beta API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSourceParallelstore\u003c/code\u003e is used to represent Parallelstore as a source for data transfers in version 1.0.0-beta07, with a previous version also available in 1.0.0-beta06.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSourceParallelstore\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default one and one that takes another \u003ccode\u003eSourceParallelstore\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003ePath\u003c/code\u003e property of type string that defines the root directory path to the Parallelstore filesystem and defaults to \u003ccode\u003e/\u003c/code\u003e if left unset.\u003c/p\u003e\n"]]],[],null,["# Parallelstore v1beta API - Class SourceParallelstore (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/latest/Google.Cloud.Parallelstore.V1Beta.SourceParallelstore)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/1.0.0-beta07/Google.Cloud.Parallelstore.V1Beta.SourceParallelstore) \n\n public sealed class SourceParallelstore : IMessage\u003cSourceParallelstore\u003e, IEquatable\u003cSourceParallelstore\u003e, IDeepCloneable\u003cSourceParallelstore\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parallelstore v1beta API class SourceParallelstore.\n\nParallelstore as the source of a data transfer. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SourceParallelstore \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SourceParallelstore](/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/latest/Google.Cloud.Parallelstore.V1Beta.SourceParallelstore), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SourceParallelstore](/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/latest/Google.Cloud.Parallelstore.V1Beta.SourceParallelstore), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SourceParallelstore](/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/latest/Google.Cloud.Parallelstore.V1Beta.SourceParallelstore), [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.Parallelstore.V1Beta](/dotnet/docs/reference/Google.Cloud.Parallelstore.V1Beta/latest/Google.Cloud.Parallelstore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Parallelstore.V1Beta.dll\n\nConstructors\n------------\n\n### SourceParallelstore()\n\n public SourceParallelstore()\n\n### SourceParallelstore(SourceParallelstore)\n\n public SourceParallelstore(SourceParallelstore other)\n\nProperties\n----------\n\n### Path\n\n public string Path { get; set; }\n\nOptional. Root directory path to the Paralellstore filesystem, starting\nwith `/`. Defaults to `/` if unset."]]