public sealed class ReadFileRequest : IMessage<ReadFileRequest>, IEquatable<ReadFileRequest>, IDeepCloneable<ReadFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class ReadFileRequest.
[[["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 document provides reference documentation for the `ReadFileRequest` class within the Dataform v1beta1 API."],["`ReadFileRequest` is a request message used in the Dataform API, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Path`, `Workspace`, and `WorkspaceAsWorkspaceName`, which are used to specify the file's location and the related workspace within the Dataform service."],["There are two constructors for `ReadFileRequest`, the first being the standard call, and the second which requires another `ReadFileRequest` as a parameter."],["The namespace for this class is `Google.Cloud.Dataform.V1Beta1`, and it is part of the `Google.Cloud.Dataform.V1Beta1.dll` assembly."]]],[]]