namespace ZB.MOM.WW.ScadaBridge.DataConnectionLayer;
///
/// Deployment-wide MxGateway defaults, bound from the "MxGateway" section of
/// appsettings.json. Per-endpoint behavior lives on MxGatewayEndpointConfig.
///
public class MxGatewayGlobalOptions
{
/// Prefix used to derive a per-connection client registration name when the connection's ClientName is blank.
public string ClientNamePrefix { get; set; } = "scadabridge";
}