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

Parameters

dataCubeId  Guid
The data cube ID.
tenantId  NullableGuid
The tenant ID.

Return Value

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