StorageInfoDataStartTime Property |
Gets the time the data cube storage processing started.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "startTime")]
public DateTime? StartTime { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "startTime")>
Public ReadOnly Property StartTime As DateTime?
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"startTime")]
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "startTime")>]
member StartTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also