Table of Contents

Class CreateOptions

Namespace
Azure.Iot.Operations.Services.EdgeRegistry
Assembly
Azure.Iot.Operations.Services.dll

Options that control the behavior of a create operation.

public class CreateOptions
Inheritance
CreateOptions
Inherited Members

Properties

Persist

Whether the Edge Registry should persist the created entity to disk. Defaults to true.

public bool Persist { get; set; }

Property Value

bool

Remarks

Persistence requires a broker deployed with persistence enabled; it is otherwise ignored. An entity that has been persisted can't later be made non-persistent.