.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    MetricsOptions Class

    Namespace: Hazelcast.Metrics
    Assembly: Hazelcast.Net.dll

    Represents the client metrics options.

    public class MetricsOptions
    Inheritance
    object
    MetricsOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    MetricsOptions()

    Initializes a new instance of the MetricsOptions class.

    Properties

    Name Description
    Enabled

    Whether client statistics are enabled.

    PeriodSeconds

    Gets or sets the period at which client metrics are sent to the cluster.

    Methods

    Name Description
    Clone()

    Clone the options.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.