StorageInfoData Class

The DTO class for DataCube storage information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsStorageInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class StorageInfoData : BaseDataContract

The StorageInfoData type exposes the following members.

Constructors
 NameDescription
Public methodStorageInfoData Initializes a new instance of the StorageInfoData class.
Top
Properties
 NameDescription
Public propertyCompletionTime Gets the time the data cube storage processing was completed.
Public propertyStartTime Gets the time the data cube storage processing started.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also