TableVersion
class
Namespace: Orleans
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class TableVersion : IEquatable<TableVersion>, IFormattable, ISpanFormattableConstructors
Properties
VersionThe version part of this TableVersion. Monotonically increasing number.VersionEtagThe etag of this TableVersion, used for validation of table update operations.
Methods
Equals(TableVersion)Indicates whether the current object is equal to another object of the same type.Equals(object)Determines whether the specified object is equal to the current object.GetHashCodeServes as the default hash function.NextToStringReturns a string that represents the current object.operator ==(TableVersion, TableVersion)operator !=(TableVersion, TableVersion)
