OmniClientBlockCacheStatResult#

struct OmniClientBlockCacheStatResult#

The result of the stat operation for each block.

Public Members

OmniClientResult result#

The result of the request.

const struct OmniClientBlockMetadata *metadata#

The actual metadata information. If result != eOmniClientResult_Ok, this will be a null pointer. The pointer is only valid for the duration of the callback and should be copied to be used later.