ImportConfiguration Class

Definition

A class for creating and serializing a configuration for a bulk import job using Microsoft.Azure.Devices.DevicesClient.CreateJobAsync``1(Microsoft.Azure.Devices.JobProperties,System.Threading.CancellationToken).

public class ImportConfiguration : Microsoft.Azure.Devices.Configuration
type ImportConfiguration = class
    inherit Configuration
Public Class ImportConfiguration
Inherits Configuration
Inheritance
ImportConfiguration

Constructors

ImportConfiguration(String)

Initializes an instance of this class.

Properties

Content

The content of the configuration.

(Inherited from Configuration)
ContentType

Gets the content type for configuration.

(Inherited from Configuration)
CreatedOnUtc

The creation date and time of the configuration.

(Inherited from Configuration)
CreatedTimeUtc

The creation date and time of the configuration.

(Inherited from Configuration)
ETag

The ETag of the configuration.

(Inherited from Configuration)
Id

The unique identifier of the configuration.

(Inherited from Configuration)
ImportMode

The type of registry operation and ETag preferences.

Labels

The key-value pairs used to describe the configuration.

(Inherited from Configuration)
LastUpdatedOnUtc

The update date and time of the configuration.

(Inherited from Configuration)
LastUpdatedTimeUtc

The update date and time of the configuration.

(Inherited from Configuration)
Metrics

The custom metrics specified by the developer as queries against twin reported properties.

(Inherited from Configuration)
Priority

The priority number assigned to the configuration.

(Inherited from Configuration)
SchemaVersion

The schema version of the configuration.

(Inherited from Configuration)
SystemMetrics

The system metrics computed by the IoT hub that cannot be customized.

(Inherited from Configuration)
TargetCondition

The query used to define the targeted devices or modules.

(Inherited from Configuration)

Applies to