Show / Hide Table of Contents

Class DiskPath

Path of the file in terms of underlying disk/partition identifiers.

Inheritance
object
DiskPath
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class DiskPath : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PartitionUuid

UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)

Declaration
[JsonProperty("partitionUuid")]
public virtual string PartitionUuid { get; set; }
Property Value
Type Description
string

RelativePath

Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh

Declaration
[JsonProperty("relativePath")]
public virtual string RelativePath { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX