CacheStorageTypes Enum

Definition

Cache item storage scope.

This enumeration supports a bitwise combination of its member values.

public enum class CacheStorageTypes
[System.Flags]
public enum CacheStorageTypes
[<System.Flags>]
type CacheStorageTypes = 
Public Enum CacheStorageTypes
Inheritance
CacheStorageTypes
Attributes

Fields

All 3

Item is stored in all storage types (local and cloud).

Cloud 2

Item is stored in cloud storage only.

Local 1

Item is stored in local storage only.

Applies to