Microsoft.ServiceFabric.Data.Collections Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
QueueFullException |
Thrown by EnqueueAsync(ITransaction, T, CancellationToken, Nullable<TimeSpan>) when the queue capacity has been reached. |
Interfaces
IReliableCollection<T> |
Defines methods for manipulating Reliable Collections. |
IReliableConcurrentQueue<T> |
Represents a reliable collection of persisted, replicated values with best-effort first-in first-out ordering. |
IReliableDictionary<TKey,TValue> |
Represents a Reliable Collection of key/value pairs that are persisted and replicated. |
IReliableDictionary2<TKey,TValue> |
Represents a reliable collection of key/value pairs that are persisted and replicated. |
IReliableQueue<T> |
Represents a reliable first-in, first-out collection of objects that are persisted and replicated. |
Enums
EnumerationMode |
Specifies if items returned during enumeration of reliable collections should be unordered or ordered. |
LockMode |
Specifies how reliable collections will lock resources, which determines how the resources can be accessed by concurrent transactions. |
Azure SDK for .NET