SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string. If hashed_size == size, hash_sha256 represents the SHA256 hash
of the entire file.
[[["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-08-04 UTC."],[[["The webpage provides documentation for the `File` class within the `Google.Cloud.SecurityCenter.V1` namespace, with version 3.24.0 being the latest version and a list of several older version."],["The `File` class represents file information related to binaries, libraries, or scripts, and is implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `File` class include `Contents`, `HashedSize`, `PartiallyHashed`, `Path`, `Sha256`, and `Size`, which provide details about the file's content, hash, path, and size."],["There are two constructors of the File class, one being a parameterless constructor and the other having a parameter of type File."],["The page details inherited members from the Object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]