[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eDiskPartition\u003c/code\u003e class in the Google.Cloud.MigrationCenter.V1 namespace provides details about disk partitions within the Migration Center API.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties such as \u003ccode\u003eCapacityBytes\u003c/code\u003e, \u003ccode\u003eFileSystem\u003c/code\u003e, \u003ccode\u003eFreeBytes\u003c/code\u003e, \u003ccode\u003eMountPoint\u003c/code\u003e, \u003ccode\u003eSubPartitions\u003c/code\u003e, \u003ccode\u003eType\u003c/code\u003e, and \u003ccode\u003eUuid\u003c/code\u003e, which provide comprehensive information about a partition's characteristics.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the latest version, 1.4.0, of the API, and also exists in older versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDiskPartition\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits from object.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, \u003ccode\u003eDiskPartition()\u003c/code\u003e and \u003ccode\u003eDiskPartition(DiskPartition other)\u003c/code\u003e, allowing for the creation of new instances and the cloning of existing ones.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class DiskPartition (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskPartition)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.DiskPartition)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.DiskPartition)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.DiskPartition)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.DiskPartition) \n\n public sealed class DiskPartition : IMessage\u003cDiskPartition\u003e, IEquatable\u003cDiskPartition\u003e, IDeepCloneable\u003cDiskPartition\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class DiskPartition.\n\nDisk Partition details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DiskPartition \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DiskPartition](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskPartition), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DiskPartition](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskPartition), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DiskPartition](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.DiskPartition), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### DiskPartition()\n\n public DiskPartition()\n\n### DiskPartition(DiskPartition)\n\n public DiskPartition(DiskPartition other)\n\nProperties\n----------\n\n### CapacityBytes\n\n public long CapacityBytes { get; set; }\n\nPartition capacity.\n\n### FileSystem\n\n public string FileSystem { get; set; }\n\nPartition file system.\n\n### FreeBytes\n\n public long FreeBytes { get; set; }\n\nPartition free space.\n\n### MountPoint\n\n public string MountPoint { get; set; }\n\nMount pount (Linux/Windows) or drive letter (Windows).\n\n### SubPartitions\n\n public DiskPartitionList SubPartitions { get; set; }\n\nSub-partitions.\n\n### Type\n\n public string Type { get; set; }\n\nPartition type.\n\n### Uuid\n\n public string Uuid { get; set; }\n\nPartition UUID."]]