SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string. If hashed_size == size, 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-06-12 UTC."],[[["The `File` class in the Security Command Center v2 API provides information about files, including binaries, libraries, and scripts."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["Key properties of the `File` class include `Contents` (prefix of file contents), `DiskPath` (path in terms of disk identifiers), `HashedSize` (length of the hashed file prefix), `PartiallyHashed` (indicates if the hash covers only a prefix), `Path` (absolute file path), `Sha256` (SHA256 hash of the file), and `Size` (file size in bytes)."],["The `File` class offers two constructors, a default constructor `File()`, and an overload `File(File other)` to create a new instance based on an existing `File` object."],["It has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`, from the base `object` class, alongside namespace `Google.Cloud.SecurityCenter.V2` and assembly `Google.Cloud.SecurityCenter.V2.dll`."]]],[]]