QueueCacheMissInfo
struct
Namespace: Orleans.Streams
Describes a queue cache miss.
public readonly struct QueueCacheMissInfo : IEquatable<QueueCacheMissInfo>Constructors
QueueCacheMissInfo(StreamSequenceToken, StreamSequenceToken, StreamSequenceToken)Initializes a new instance of theQueueCacheMissInfostruct.QueueCacheMissInfo(string?, string?, string?)Initializes a new instance of theQueueCacheMissInfostruct.
Properties
HighGets the latest available sequence token.HighTokenGets the latest available sequence token when it is available.LowGets the earliest available sequence token.LowTokenGets the earliest available sequence token when it is available.RequestedGets the requested sequence token.RequestedTokenGets the requested sequence token when it is available.
Methods
Equals(QueueCacheMissInfo)Indicates whether the current object is equal to another object of the same type.Equals(object?)Indicates whether this instance and a specified object are equal.GetHashCodeReturns the hash code for this instance.ToExceptionCreates an exception representing this cache miss.operator ==(QueueCacheMissInfo, QueueCacheMissInfo)Determines whether two cache-miss descriptions are equal.operator !=(QueueCacheMissInfo, QueueCacheMissInfo)Determines whether two cache-miss descriptions are unequal.
