Class CheckpointEvent
Grid checkpoint event.
Inherited Members
Namespace: Apache.Ignite.Core.Events
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class CheckpointEvent : EventBase, IEvent
Properties
Key
Gets checkpoint key associated with this event.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToShortString()
Gets shortened version of ToString result.
Declaration
public override string ToShortString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IEquatable<>