public sealed class FileSearchResult : IMessage<FileSearchResult>, IEquatable<FileSearchResult>, IDeepCloneable<FileSearchResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FileSearchResult.
Client-facing representation of a file entry in search results.
[[["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-04-17 UTC."],[[["This page provides documentation for the `FileSearchResult` class within the Google Cloud Dataform v1beta1 API, specifically focusing on the .NET implementation."],["`FileSearchResult` is a client-facing representation of a file entry within search results, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found within the `Google.Cloud.Dataform.V1Beta1` namespace, and is part of the `Google.Cloud.Dataform.V1Beta1.dll` assembly, with the latest version being 1.0.0-beta08."],["The class features two constructors, a default one and another that accepts a parameter of the `FileSearchResult` type to create a copy."],["`FileSearchResult` contains one public property, `Path`, a string that indicates the file's path relative to the workspace's root."]]],[]]