[This is preliminary documentation and is subject to change.]
Gets/Sets the maximum record count that this instance can store
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(null, 1048576)]
[ExternalParameterAttribute]
public int MaxRecordCount { get; set; }
[ConfigAttribute(null, 1048576)]
[ExternalParameterAttribute]
public int MaxRecordCount { get; set; }
<ConfigAttribute(Nothing, 1048576)>
<ExternalParameterAttribute>
Public Property MaxRecordCount As Integer
Get
Set
<ConfigAttribute(Nothing, 1048576)>
<ExternalParameterAttribute>
Public Property MaxRecordCount As Integer
Get
Set
public:
[ConfigAttribute(nullptr, 1048576)]
[ExternalParameterAttribute]
virtual property int MaxRecordCount {
int get () sealed;
void set (int value) sealed;
}
public:
[ConfigAttribute(nullptr, 1048576)]
[ExternalParameterAttribute]
virtual property int MaxRecordCount {
int get () sealed;
void set (int value) sealed;
}
[<ConfigAttribute(null, 1048576)>]
[<ExternalParameterAttribute>]
abstract MaxRecordCount : int with get, set
[<ConfigAttribute(null, 1048576)>]
[<ExternalParameterAttribute>]
override MaxRecordCount : int with get, set
[<ConfigAttribute(null, 1048576)>]
[<ExternalParameterAttribute>]
abstract MaxRecordCount : int with get, set
[<ConfigAttribute(null, 1048576)>]
[<ExternalParameterAttribute>]
override MaxRecordCount : int with get, set
Property Value
Type:
Int32Implements
IInstrumentation MaxRecordCount