Show / Hide Table of Contents

Class DataInterval

DataInterval

Inheritance
System.Object
DataInterval
Implements
Google.Protobuf.IBufferMessage
Namespace: KaikoSdk.Core
Assembly: KaikoSdk.dll
Syntax
public sealed class DataInterval : Google.Protobuf.IMessage<DataInterval>

Constructors

DataInterval()

Declaration
public DataInterval()

DataInterval(DataInterval)

Declaration
public DataInterval(DataInterval other)
Parameters
Type Name Description
DataInterval other

Fields

EndTimeFieldNumber

Field number for the "end_time" field.

Declaration
public const int EndTimeFieldNumber = null
Field Value
Type Description
System.Int32

StartTimeFieldNumber

Field number for the "start_time" field.

Declaration
public const int StartTimeFieldNumber = null
Field Value
Type Description
System.Int32

Properties

Descriptor

Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.MessageDescriptor

EndTime

Ending time (exclusive, ISO 8601 for REST).

Declaration
public Google.Protobuf.WellKnownTypes.Timestamp EndTime { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Timestamp

Parser

Declaration
public static Google.Protobuf.MessageParser<DataInterval> Parser { get; }
Property Value
Type Description
Google.Protobuf.MessageParser<DataInterval>

StartTime

Starting time (inclusive, ISO 8601 for REST).

Declaration
public Google.Protobuf.WellKnownTypes.Timestamp StartTime { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Timestamp

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32

Clone()

Declaration
public DataInterval Clone()
Returns
Type Description
DataInterval

Equals(DataInterval)

Declaration
public bool Equals(DataInterval other)
Parameters
Type Name Description
DataInterval other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

MergeFrom(Google.Protobuf.CodedInputStream)

Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type Name Description
Google.Protobuf.CodedInputStream input

MergeFrom(DataInterval)

Declaration
public void MergeFrom(DataInterval other)
Parameters
Type Name Description
DataInterval other

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

WriteTo(Google.Protobuf.CodedOutputStream)

Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type Name Description
Google.Protobuf.CodedOutputStream output

Implements

Google.Protobuf.IBufferMessage
In This Article
Back to top Generated by DocFX