AdysTech.InfluxDB.Client.Net.InfluxMeasurement.InfluxMeasurement C# (CSharp) Méthode

InfluxMeasurement() public méthode

public InfluxMeasurement ( string name ) : System
name string
Résultat System
        public InfluxMeasurement(string name)
        {
            Name = name;
            _fields = new HashSet<string>();
            _tags = new HashSet<string>();
        }