QuickOPC User's Guide and Reference
MaximumQuotient Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > UAAdaptiveReadWriteSizeProviderParameters Class : MaximumQuotient Property
Maximum ratio of the difference between the read-write size found and the best solution to the read-write size found.
Syntax
'Declaration
 
<DefaultValueAttribute(0.015625)>
Public Property MaximumQuotient As Single
'Usage
 
Dim instance As UAAdaptiveReadWriteSizeProviderParameters
Dim value As Single
 
instance.MaximumQuotient = value
 
value = instance.MaximumQuotient
[DefaultValue(0.015625)]
public float MaximumQuotient {get; set;}
[DefaultValue(0.015625)]
public:
property float MaximumQuotient {
   float get();
   void set (    float value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also