Class Window
Inheritance
System.Object
Window
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class Window : Google.Protobuf.IMessage<Window>
Constructors
Window()
Declaration
Window(Window)
Declaration
public Window(Window other)
Parameters
Type |
Name |
Description |
Window |
other |
|
Fields
DurationFieldNumber
Field number for the "duration" field.
Declaration
public const int DurationFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
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 |
|
Duration
Declaration
public Google.Protobuf.WellKnownTypes.Duration Duration { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
EndTime
End time of the aggregation window.
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp EndTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<Window> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Window> |
|
StartTime
Start time of the aggregation window.
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
Returns
Equals(Window)
Declaration
public bool Equals(Window other)
Parameters
Type |
Name |
Description |
Window |
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 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Window)
Declaration
public void MergeFrom(Window other)
Parameters
Type |
Name |
Description |
Window |
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