public sealed class File.Types.DiskPath : IMessage<File.Types.DiskPath>, IEquatable<File.Types.DiskPath>, IDeepCloneable<File.Types.DiskPath>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class File.Types.DiskPath.
Path of the file in terms of underlying disk/partition identifiers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `File.Types.DiskPath` class within the Security Command Center v2 API."],["`File.Types.DiskPath` represents the path of a file in terms of disk/partition identifiers and it inherits from the object class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties to access `PartitionUuid`, the UUID of the partition, and `RelativePath`, the relative file path as a JSON encoded string."],["There are two constructors available, one being a default `DiskPath()` constructor, and the other `DiskPath(DiskPath)` for copying the content of another existing `DiskPath`."]]],[]]