你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.ServiceFabric.Data.Collections Namespace

Classes

Name Description
QueueFullException

Thrown by EnqueueAsync(ITransaction, T, CancellationToken, Nullable<TimeSpan>) when the queue capacity has been reached.

Interfaces

Name Description
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

Name Description
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.