Skip to content

Head

obspec.Head

Bases: Protocol

head

head(path: str) -> ObjectMeta

Return the metadata for the specified location.

Parameters:

  • path (str) –

    The path within ObjectStore to retrieve.

Returns:

obspec.HeadAsync

Bases: Protocol

head_async async

head_async(path: str) -> ObjectMeta

Call head asynchronously.

Refer to the documentation for Head.