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.
Implements
IMessageKeyRangeDataDiskAssignment, IEquatableKeyRangeDataDiskAssignment, IDeepCloneableKeyRangeDataDiskAssignment, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
KeyRangeDataDiskAssignment()
public KeyRangeDataDiskAssignment()
KeyRangeDataDiskAssignment(KeyRangeDataDiskAssignment)
public KeyRangeDataDiskAssignment(KeyRangeDataDiskAssignment other)
Parameter | |
---|---|
Name | Description |
other |
KeyRangeDataDiskAssignment |
Properties
DataDisk
public string DataDisk { get; set; }
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".
Property Value | |
---|---|
Type | Description |
string |
End
public string End { get; set; }
The end (exclusive) of the key range.
Property Value | |
---|---|
Type | Description |
string |
Start
public string Start { get; set; }
The start (inclusive) of the key range.
Property Value | |
---|---|
Type | Description |
string |