Table of Contents

Method ReadObjectMetadataAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ReadObjectMetadataAsync(ObjectKey)

Retrieves the metadata for the specified object.

public Task<ObjectMetadata> ReadObjectMetadataAsync(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

Task<ObjectMetadata>

An ObjectMetadata instance or null if the object is not found.

Exceptions

ScaleoutException

Server returned an unexpected error.