ClientOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options that allow configuration of the device or module client instance during initialization.
public class ClientOptions
type ClientOptions = class
Public Class ClientOptions
- Inheritance
-
System.ObjectClientOptions
Constructors
ClientOptions() |
Properties
FileUploadTransportSettings |
The transport settings to use for all file upload operations, regardless of what protocol the device client is configured with. All file upload operations take place over https. If FileUploadTransportSettings is not provided, then file upload operations will use the client certificates configured in the transport settings set for the non-file upload operations. |
ModelId |
The DTDL model Id associated with the device or module client instance. This feature is currently supported only over MQTT and AMQP. |
SdkAssignsMessageId |
The configuration for setting MessageId for every message sent by the device or module client instance. The default behavior is that MessageId is set only by the user. |