ClientConfigMaxJSONLength Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the maximum JSON document size permitted.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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