LocalCacheMode Struct

Definition

Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.

public readonly struct LocalCacheMode : IEquatable<Azure.ResourceManager.StorageSync.Models.LocalCacheMode>
type LocalCacheMode = struct
Public Structure LocalCacheMode
Implements IEquatable(Of LocalCacheMode)
Inheritance
LocalCacheMode
Implements

Constructors

LocalCacheMode(String)

Initializes a new instance of LocalCacheMode.

Properties

DownloadNewAndModifiedFiles

DownloadNewAndModifiedFiles.

UpdateLocallyCachedFiles

UpdateLocallyCachedFiles.

Methods

Equals(LocalCacheMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LocalCacheMode, LocalCacheMode)

Determines if two LocalCacheMode values are the same.

Implicit(String to LocalCacheMode)

Converts a string to a LocalCacheMode.

Inequality(LocalCacheMode, LocalCacheMode)

Determines if two LocalCacheMode values are not the same.

Applies to