GetObjectMetadataParams: {
    fullPath?: string;
    objectId?: string;
}

Parameters for GetObjectMetadata operation. Either objectId or fullPath must be provided (objectId is preferred for performance).

Type declaration

  • Optional fullPath?: string
  • Optional objectId?: string