IDataCubeServiceGetStorageDates Method  | 
 
            Gets the storage dates of a data cube.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax(DateTime? StartTime, DateTime? CompletionTime)? GetStorageDates(
	Guid dataCubeId,
	Guid? tenantId
)
Function GetStorageDates ( 
	dataCubeId As Guid,
	tenantId As Guid?
) As (StartTime As DateTime?, CompletionTime As DateTime?)?
Nullable<ValueTuple<Nullable<DateTime>, Nullable<DateTime>>> GetStorageDates(
	Guid dataCubeId, 
	Nullable<Guid> tenantId
)
abstract GetStorageDates : 
        dataCubeId : Guid * 
        tenantId : Nullable<Guid> -> Nullable<ValueTuple<Nullable<DateTime>, Nullable<DateTime>>> 
Parameters
- dataCubeId
 - Type: SystemGuid
The data cube ID. - tenantId
 - Type: SystemNullableGuid
The tenant ID. 
Return Value
Type: 
NullableValueTupleNullableDateTime, 
NullableDateTimeThe storage date information of the data cube.
Exceptions
See Also