Database Data Space

The DatabaseDataSpace table within the DbObject package is responsible for storing and organizing the physical data spaces within a database. It contains information such as the name, size, and location of each data space, as well as any associated data files. This table allows for efficient management and allocation of storage resources within a database, making it an essential component for database administrators. With its easy-to-use interface, the DatabaseDataSpace table streamlines the process of creating, modifying, and monitoring data spaces, ensuring optimal performance and organization within any database system.

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

The DatabaseDataSpaceAllocatedInMB field in the DatabaseDataSpace table is a numeric data type that stores the allocated data space in megabytes for a specific database. This field is crucial in managing the storage capacity of the database and ensuring efficient data management. It allows for precise allocation and tracking of the amount of space used by a database, making it easier to plan for future storage needs. The numeric data type ensures accurate calculation and comparison of space allocation for effective data space management.

int32

The FileId field in the DatabaseDataSpace table is a primary key field of data type int. This unique identifier is used to distinguish each record in the table, ensuring that no two entries have the same FileId value. This field serves as a crucial reference point for data retrieval, updates, and sorting within the DatabaseDataSpace. As a primary key, it also helps to maintain data integrity and enforce data uniqueness in the table.

double | null

The DatabaseDataSpaceAllocatedInGB field in the DatabaseDataSpace table is a numeric data type that stores the amount of space, in gigabytes, allocated for a specific database. This field provides important information on the storage capacity of the database and can be used for monitoring and managing database growth. It is a key component in ensuring efficient use of resources and planning for future storage needs.

double | null

The DatabaseDataSpaceUsedInMB field is a numeric data type that belongs to the DatabaseDataSpace table. It measures the amount of data space used in megabytes within a specific database. This field is essential for tracking the growth and utilization of data in a database, allowing for efficient resource management and capacity planning. It also provides insights into the data usage patterns and can help identify any potential issues related to storage or performance. As a numeric data type, it enables precise and accurate calculations and supports easy comparisons with other database metrics.

double | null

The DatabaseDataSpaceUsedInGB field is a numeric data type stored within the DatabaseDataSpace table. This field represents the amount of space used in gigabytes for a specific database. It is a useful measure for tracking the space usage and growth of a database over time. This field can be used in conjunction with other data fields to provide comprehensive insights into the storage needs of a database. From planning data storage capacity to managing database performance, the DatabaseDataSpaceUsedInGB field offers valuable information for effective database management.

double | null

The DatabaseDataSpaceAllocatedUnusedInMB field in the DatabaseDataSpace table stores numeric data representing the amount of unused space allocated for database storage in megabytes. This field is useful for tracking the amount of available space in a database and can help with efficient resource allocation. It is a critical metric for maintaining optimal performance and managing database growth. The numerical data in this field indicates the difference between the total allocated space and the actual amount of data stored in the database, thus providing insight into the amount of unused space that can potentially be utilized.

double | null

The DatabaseDataSpace table contains information related to the storage space allocated for a particular database. Among its fields, the DatabaseDataSpaceAllocatedUnusedInGB field is of the numeric data type and stores the amount of allocated space that has not been used in the database, measured in gigabytes (GB). This field allows for accurate tracking of the unused storage space, providing valuable insights for database management and optimization.

double | null

The MaximumDatabaseDataSizeInMB field in the DatabaseDataSpace table represents the maximum storage capacity, in megabytes, for database data. This numeric data type allows for precise measurement of the amount of data that can be stored within this space. The value in this field may be used to assess the capacity and potential growth of the database, providing important information for database administrators and developers. Overall, the MaximumDatabaseDataSizeInMB field is an essential component for managing and optimizing the use of database data space.

double | null

The MaximumDatabaseDataSizeInGB field is a numeric data type that is used in the DatabaseDataSpace table. It represents the maximum amount of data that can be stored in this particular database. This field is important for tracking the total size of the database and ensuring that it does not exceed its designated capacity. It can be used for planning and managing storage space, as well as monitoring database growth. The field value is typically measured in gigabytes (GB) and can be adjusted as needed to accommodate database storage needs.

double | null

The PercentageFree field in the DatabaseDataSpace table is a nvarchar data type with a maximum length of 4000 characters. This field stores the percentage of free space available in a particular data storage location within a database. It can help to provide a comprehensive overview of the data usage, organization, and maintenance needs of a database. This field is essential for efficiently managing and optimizing data storage space in a database.

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!