Table of Contents

Method ReadObjectMetadata

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ReadObjectMetadata(ObjectKey)

Retrieves the metadata for the specified object.

public ObjectMetadata ReadObjectMetadata(ObjectKey key)

Parameters

key ObjectKey

ObjectKey

Returns

ObjectMetadata

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

Exceptions

ScaleoutException

Server returned an unexpected error.