SqlServerDatabaseSizeInfo Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This information class is used by the GetDbSizeInformation(ConnectionId, SessionId) method when it returns information about the size of a database.
Inheritance Hierarchy

SystemObject
  ContentStudioSqlServerDatabaseSizeInfo

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[SerializableAttribute]
public class SqlServerDatabaseSizeInfo : ISerializable

The SqlServerDatabaseSizeInfo type exposes the following members.

Properties

  NameDescription
Public propertyDatabaseName
Gets the name of the database.
Public propertyDataSize
Gets the size of the data in the database (in KB).
Public propertyIndexSize
Gets or sets the size of the indexes in the database (in KB).
Public propertySpaceReserved
Gets the space reserved by a database (in KB).
Public propertySpaceUnused
Gets the space allocated for the database but currently not used.
Public propertyUsedSize
Gets the total size in use by all types of data including indexes on the database (in KB).
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWriteXml
Writes the content of this object as xml.
Top
See Also

Reference