SnapshotMetadata

open class SnapshotMetadata

Contains metadata about a snapshot, including information about whether the snapshot was served from cache and whether there are pending writes.

Properties

Link copied to clipboard
Indicates whether this snapshot was served from cache.

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Compares this SnapshotMetadata with another object for equality.
Link copied to clipboard
open fun hashCode(): Int
Returns a hash code value for this SnapshotMetadata.
Link copied to clipboard
Returns whether there are pending writes for this snapshot.
Link copied to clipboard
open fun isFromCache(): Boolean
Returns whether this snapshot was served from cache.