public sealed class EventUpdate : IMessage<EventUpdate>, IEquatable<EventUpdate>, IDeepCloneable<EventUpdate>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class EventUpdate.
The event update message.
Implements
IMessageEventUpdate, IEquatableEventUpdate, IDeepCloneableEventUpdate, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
EventUpdate()
public EventUpdate()EventUpdate(EventUpdate)
public EventUpdate(EventUpdate other)| Parameter | |
|---|---|
| Name | Description |
other |
EventUpdate |
Properties
Event
public string Event { get; set; }The name of the event.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Offset
public long Offset { get; set; }The offset of the message that will be used to acknowledge of the message receiving.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Series
public string Series { get; set; }The name of the series.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Stream
public string Stream { get; set; }The name of the stream that the event is attached to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The timestamp when the Event update happens.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|