public sealed class KeyRangeDataDiskAssignment : IMessage<KeyRangeDataDiskAssignment>, IEquatable<KeyRangeDataDiskAssignment>, IDeepCloneable<KeyRangeDataDiskAssignment>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class KeyRangeDataDiskAssignment.
Data disk assignment information for a specific key-range of a sharded
computation.
Currently we only support UTF-8 character splits to simplify encoding into
JSON.
The name of the data disk where data for this range is stored.
This name is local to the Google Cloud Platform project and uniquely
identifies the disk within that project, for example
"myproject-1014-104817-4c2-harness-0-disk-1".
[[["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-03-21 UTC."],[[["The `KeyRangeDataDiskAssignment` class, part of the Dataflow v1beta3 API, manages data disk assignment information for a specific key-range in sharded computations."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be instantiated using a default constructor or by copying from another `KeyRangeDataDiskAssignment` object."],["Key properties of the `KeyRangeDataDiskAssignment` class include `DataDisk`, which stores the name of the data disk; `End`, which stores the exclusive end of the key range; and `Start`, which stores the inclusive start of the key range."],["The latest documentation for `KeyRangeDataDiskAssignment` is under version 2.0.0-beta07, with previous versions 2.0.0-beta06 and 1.0.0-beta03 also available."]]],[]]