AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateFleetMetric operation. Updates the data for a fleet metric.

Requires permission to access the UpdateFleetMetric action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.UpdateFleetMetricRequest

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateFleetMetricRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The UpdateFleetMetricRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateFleetMetricRequest()

Properties

NameTypeDescription
Public Property AggregationField System.String

Gets and sets the property AggregationField.

The field to aggregate.

Public Property AggregationType Amazon.IoT.Model.AggregationType

Gets and sets the property AggregationType.

The type of the aggregation query.

Public Property Description System.String

Gets and sets the property Description.

The description of the fleet metric.

Public Property ExpectedVersion System.Int64

Gets and sets the property ExpectedVersion.

The expected version of the fleet metric record in the registry.

Public Property IndexName System.String

Gets and sets the property IndexName.

The name of the index to search.

Public Property MetricName System.String

Gets and sets the property MetricName.

The name of the fleet metric to update.

Public Property Period System.Int32

Gets and sets the property Period.

The time in seconds between fleet metric emissions. Range [60(1 min), 86400(1 day)] and must be multiple of 60.

Public Property QueryString System.String

Gets and sets the property QueryString.

The search query string.

Public Property QueryVersion System.String

Gets and sets the property QueryVersion.

The version of the query.

Public Property Unit Amazon.IoT.FleetMetricUnit

Gets and sets the property Unit.

Used to support unit transformation such as milliseconds to seconds. The unit must be supported by CW metric.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5