MetadataSyncConfig Constructors

Definition

Overloads

MetadataSyncConfig()

Initializes a new instance of the MetadataSyncConfig class.

MetadataSyncConfig(Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the MetadataSyncConfig class.

MetadataSyncConfig()

Initializes a new instance of the MetadataSyncConfig class.

public MetadataSyncConfig ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

MetadataSyncConfig(Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the MetadataSyncConfig class.

public MetadataSyncConfig (bool? enabled = default, int? syncIntervalInMinutes = default);

Parameters

enabled
Nullable<Boolean>

Indicates whether the metadata sync is enabled or disabled

syncIntervalInMinutes
Nullable<Int32>

The Sync Interval in minutes.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy