Method | Description | |
---|---|---|
Fetch ( |
Returns FetchKindResponse structs for a given ResourceId and Specifier
|
|
GetGeneration ( |
Returns the current generation counter for a given Resource/Kind pair
|
|
GetStoreKindData ( string resourceId ) : List |
Returns the resource for a given resource Id
|
|
Remove ( string resourceId ) : void |
Removes a Resource at the resourceId parameter
|
|
RemoveExpired ( ) : void |
Executing this method removes all expired (lifetime <= 0) from this peer
|
|
StorageModul ( ReloadConfig config ) : System | ||
Store ( |
public Fetch ( |
||
resId | The ResourceId | |
specifier | The StoredDataSpecifier | |
fetchKindResponse | The Fetch result als FetchKindResonse | |
return | bool |
public GetGeneration ( |
||
id | The resourceId | |
kindId | ||
return | System.UInt64 |
public GetStoreKindData ( string resourceId ) : List |
||
resourceId | string | A string containing the resourceId |
return | List |
public Remove ( string resourceId ) : void | ||
resourceId | string | The Resource Id of the Resource to be removed |
return | void |
public StorageModul ( ReloadConfig config ) : System | ||
config | ReloadConfig | |
return | System |
public Store ( |
||
resId | ||
kindData | ||
return | void |