IReliableCollection<T> Interface

Definition

Defines methods for manipulating Reliable Collections.

public interface IReliableCollection<T> : Microsoft.ServiceFabric.Data.IReliableState
type IReliableCollection<'T> = interface
    interface IReliableState
Public Interface IReliableCollection(Of T)
Implements IReliableState

Type Parameters

T

The type of the elements in the collection.

Derived
Implements

Remarks

More information on Reliable Collections can be seen here.

Properties

Name

Gets a value indicating the unique name for the IReliableState instance.

(Inherited from IReliableState)

Methods

ClearAsync()

Removes all state from the IReliableCollection<T>, including replicated and persisted state.

GetCountAsync(ITransaction)

Gets the number of elements contained in the IReliableCollection<T>.

Applies to