Total Number of all Available Tables

Description

Returns the total count of named tables that are available within the repository.

ACL Authorization Flow

To return the total count of named tables that are available within a repository, the user (or the role they belong to) needs EXECUTE permission on the Named table.

Note: The response will count only those tables on which the user has EXECUTE permission. If the user has no EXECUTE permissions on any tables then zero (0) is returned.

HTTP GET URL Format

The following format is used for HTTP GET requests:

HTTP GET /tables/count

Returns

Returns the total count of tables in the specified format.

Example

Returns the count of available tables in the repository

http://hostname:port/rest/Spatial/FeatureService/tables/count