Struct DatasetCacheConfiguration
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct DatasetCacheConfiguration
Properties
CacheFileList
Whether to cache the file list of the dataset.
Declaration
public bool CacheFileList { readonly get; set; }
Property Value
Whether to cache the metadata of the dataset.
Declaration
public bool CacheMetadata { readonly get; set; }
Property Value
CacheProperties
Whether to cache the properties of the dataset.
Declaration
public bool CacheProperties { readonly get; set; }
Property Value
Whether to cache the system metadata of the dataset.
Declaration
public bool CacheSystemMetadata { readonly get; set; }
Property Value
FileCacheConfiguration
Defines the cache configuration for files retrieved from the IDataset
.
Declaration
public FileCacheConfiguration FileCacheConfiguration { readonly get; set; }
Property Value
NoCaching
Declaration
public static DatasetCacheConfiguration NoCaching { get; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides