Db Object Space Used

The DbObjectSpaceUse table within the DbObject package is designed to track and monitor the usage of database object space within a database. This table allows database administrators to gather important data on the size and growth of all objects within the database, including tables, indexes, and views. It stores information such as object name, size, and last modification date, providing valuable insights into the resource utilization of the database. With this data, administrators can make informed decisions regarding storage management, performance optimization, and capacity planning for their database. This table is essential for maintaining the overall health and efficiency of a database system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The DbObjectSpaceUseId is an identity field that serves as the primary key of the DbObjectSpaceUse table. It is of data type int and is used to uniquely identify each record within the table. This field is automatically generated and cannot be modified to maintain its uniqueness. It is crucial for organizing and managing data within the DbObjectSpaceUse table and facilitates efficient searching and indexing. The values in this field are integral to the functioning of the database and ensure the accurate retrieval and manipulation of data.

int32

The DbObjectId field in the DbObjectSpaceUse table is an integer data type that serves as a unique identifier for each object within the database. This field is used to efficiently track and organize the usage of space within the database, allowing for efficient retrieval and management of data. The DbObjectId field ensures that each object within the database is easily identifiable and can be referenced for various purposes such as data analysis and storage optimization. It plays a crucial role in maintaining the integrity and organization of the database, making it an essential component of the DbObjectSpaceUse table.

date-time
required

The RecordedOn field in the DbObjectSpaceUse table is a datetime2 data type that stores the date and time at which an object in the database was last used or modified. This field is useful for tracking the activity and usage of database objects, providing insights into how and when they were accessed or changed. The datetime2 data type allows for precise time measurement, making it ideal for recording specific timestamps. This field can be utilized to analyze and optimize database performance, as well as for auditing purposes.

int32

The TotalSpace field in the DbObjectSpaceUse table is of data type int and represents the total amount of space allocated to an object in a database. This field indicates the size of the object and includes all associated data, indexes, and other internal components. It provides a comprehensive measurement of the space used by a particular database object and can be useful in monitoring and optimizing database performance. This field is an essential component of the DbObjectSpaceUse table, providing important insights and metrics for managing database storage.

int32

The UsedSpace field in the DbObjectSpaceUse table represents the amount of database object space that is currently being utilized. This field is of the integer data type, indicating whole number values. It provides important information on the amount of space being used in a particular database, allowing for efficient management and optimization of storage. The UsedSpace field helps to track the growth and capacity of databases, making it a crucial component in database management and maintenance.

int32

The UnusedSpace field in the DbObjectSpaceUse table is of data type int and is used to track the amount of unused space within a database object. This field can be used to monitor and optimize the usage of storage in the database as it provides information on how much space is currently not being utilized. It is a useful metric for database administrators to keep track of, as it can help in identifying potential areas for storage optimization and improve overall database performance. The value of this field is calculated by subtracting the total allocated space from the total available space for the specific database object. This field is crucial for maintaining efficient and well-organized databases.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!