ApplicationMaxJSONLength Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the maximum JSON document size permitted.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxJSONLength { get; }
Public ReadOnly Property MaxJSONLength As Integer
Get
public:
virtual property int MaxJSONLength {
int get () sealed;
}
function get_MaxJSONLength();
Return Value
Type:
Int32A value that indicates the maximum JSON document size permitted.
Remarks See Also