Show / Hide Table of Contents

Class DiskPartition

Disk Partition details.

Inheritance
object
DiskPartition
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DiskPartition : IDirectResponseSchema

Properties

CapacityBytes

Partition capacity.

Declaration
[JsonProperty("capacityBytes")]
public virtual long? CapacityBytes { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

FileSystem

Partition file system.

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

FreeBytes

Partition free space.

Declaration
[JsonProperty("freeBytes")]
public virtual long? FreeBytes { get; set; }
Property Value
Type Description
long?

MountPoint

Mount point (Linux/Windows) or drive letter (Windows).

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

SubPartitions

Sub-partitions.

Declaration
[JsonProperty("subPartitions")]
public virtual DiskPartitionList SubPartitions { get; set; }
Property Value
Type Description
DiskPartitionList

Type

Partition type.

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

Uuid

Partition UUID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX