LogSessionJsonBytesSent Property |
Gets or sets the overall size of all of the JSON files sent in the session.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long JsonBytesSent { get; set; }
Public Property JsonBytesSent As Long
Get
Set
public:
property long long JsonBytesSent {
long long get ();
void set (long long value);
}
member JsonBytesSent : int64 with get, set
Property Value
Type:
Int64See Also