Class BatchOperationInfo
Inheritance
BatchOperationInfo
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class BatchOperationInfo : Google.Protobuf.IMessage<BatchOperationInfo>, Google.Protobuf.IBufferMessage
Constructors
BatchOperationInfo()
Declaration
public BatchOperationInfo()
BatchOperationInfo(BatchOperationInfo)
Declaration
public BatchOperationInfo(BatchOperationInfo other)
Parameters
Fields
CloseTimeFieldNumber
Field number for the "close_time" field.
Declaration
public const int CloseTimeFieldNumber = null
Field Value
JobIdFieldNumber
Field number for the "job_id" field.
Declaration
public const int JobIdFieldNumber = null
Field Value
StartTimeFieldNumber
Field number for the "start_time" field.
Declaration
public const int StartTimeFieldNumber = null
Field Value
StateFieldNumber
Field number for the "state" field.
Declaration
public const int StateFieldNumber = null
Field Value
Properties
CloseTime
Batch operation close time
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp CloseTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
JobId
Declaration
public string JobId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<BatchOperationInfo> Parser { get; }
Property Value
StartTime
Batch operation start time
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp StartTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
State
Declaration
public BatchOperationState State { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public BatchOperationInfo Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(BatchOperationInfo)
Declaration
public bool Equals(BatchOperationInfo other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(BatchOperationInfo)
Declaration
public void MergeFrom(BatchOperationInfo other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage