TableUsageResult

class borneo.TableUsageResult[source]

Bases: Result

Cloud service only.

TableUsageResult is returned from NoSQLHandle.get_table_usage(). It encapsulates the dynamic state of the requested table.

Methods Summary

get_table_name()

Returns the table name used by the operation.

get_usage_records()

Returns a list of usage records based on the parameters of the TableUsageRequest used.

Methods Documentation

get_table_name()[source]

Returns the table name used by the operation.

Returns:

the table name.

Return type:

str

get_usage_records()[source]

Returns a list of usage records based on the parameters of the TableUsageRequest used.

Returns:

an list of usage records.

Type:

list(TableUsage)