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 (24.4.0.1000)
Syntax
(DateTime? StartTime, DateTime? CompletionTime)? GetStorageDates(
	Guid dataCubeId,
	Guid? tenantId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.
tenantId
Type: SystemNullableGuid
The tenant ID.

Return Value

Type: NullableValueTupleNullableDateTime, NullableDateTime
The storage date information of the data cube.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
NoPrivilegeExceptionThe caller has no required privileges for the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotFoundExceptionStorage information could not be found for the data cube Id and or tenant Id specified.
See Also