Freigeben über


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

Name Description
LocalCacheMode(String)

Initializes a new instance of LocalCacheMode.

Properties

Name Description
DownloadNewAndModifiedFiles

DownloadNewAndModifiedFiles.

UpdateLocallyCachedFiles

UpdateLocallyCachedFiles.

Methods

Name Description
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

Name Description
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