Table of Contents

Interface ICacheResult

Namespace
Scaleout.Streaming.DigitalTwin.Core
Assembly
ScaleOut.Streaming.DigitalTwin.Core.dll

Represents a response from an ISharedData operation.

public interface ICacheResult

Properties

Key

Gets the key to the object associated with the result.

string Key { get; }

Property Value

string

Status

Gets the outcome of the cache operation.

CacheOperationStatus Status { get; }

Property Value

CacheOperationStatus

Value

Get the object returned from a Get operation.

byte[] Value { get; }

Property Value

byte[]