TransformStatisticsDataOutputDataCount Property |
Gets or sets the total output data count when requested.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "outputDataCount")]
public long OutputDataCount { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "outputDataCount")>
Public Property OutputDataCount As Long
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"outputDataCount")]
property long long OutputDataCount {
long long get ();
void set (long long value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "outputDataCount")>]
member OutputDataCount : int64 with get, set
Property Value
Type:
Int64See Also