v1

latestOpenAPI 3.0.3AGPL v3.02026-07-17425785.7 KB
DeltaSharingService

Get the current version for a table within a schema.

get/shares/{share}/schemas/{schema}/tables/{name}/version

Path parameters

sharestring required

The share name to query. It's case-insensitive.

schemastring required

The schema name to query. It's case-insensitive.

namestring required

The table name to query. It's case-insensitive.

Query parameters

startingTimestampstring

The startingTimestamp of the query, a string in the ISO8601 format, in the UTC timezone, such as 2022-01-01T00:00:00Z. the server needs to return the earliest table version at or after the provided timestamp, can be earlier than the timestamp of table version 0.

Response

OK

versionstring

The table version that was requested.