C# Класс Raven.Storage.Managed.StalenessStorageActions

Наследование: IStalenessStorageActions
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetIndexTouchCount ( string name ) : int
GetMostRecentAttachmentEtag ( ) : Etag
GetMostRecentDocumentEtag ( ) : Etag
IndexLastUpdatedAt ( string name ) : Etag>.Tuple
IsIndexStale ( string name, System.DateTime cutOff, Etag cutoffEtag ) : bool
IsMapStale ( string name ) : bool
IsReduceStale ( string name ) : bool
StalenessStorageActions ( TableStorage storage ) : System

Описание методов

GetIndexTouchCount() публичный Метод

public GetIndexTouchCount ( string name ) : int
name string
Результат int

GetMostRecentAttachmentEtag() публичный Метод

public GetMostRecentAttachmentEtag ( ) : Etag
Результат Etag

GetMostRecentDocumentEtag() публичный Метод

public GetMostRecentDocumentEtag ( ) : Etag
Результат Etag

IndexLastUpdatedAt() публичный Метод

public IndexLastUpdatedAt ( string name ) : Etag>.Tuple
name string
Результат Etag>.Tuple

IsIndexStale() публичный Метод

public IsIndexStale ( string name, System.DateTime cutOff, Etag cutoffEtag ) : bool
name string
cutOff System.DateTime
cutoffEtag Etag
Результат bool

IsMapStale() публичный Метод

public IsMapStale ( string name ) : bool
name string
Результат bool

IsReduceStale() публичный Метод

public IsReduceStale ( string name ) : bool
name string
Результат bool

StalenessStorageActions() публичный Метод

public StalenessStorageActions ( TableStorage storage ) : System
storage Raven.Storage.Managed.Impl.TableStorage
Результат System