WriteSizeLimit enum

Realtime Database estimates the size of each write request and aborts requests that will take longer than the target time.

Inheritance

Constructors

WriteSizeLimit()
const

Values

tiny → const WriteSizeLimit

target=1s

small → const WriteSizeLimit

target=10s

medium → const WriteSizeLimit

target=30s

large → const WriteSizeLimit

target=60s

unlimited → const WriteSizeLimit

Exceptionally large writes (with up to 256MB payload) are allowed

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WriteSizeLimit>
A constant List of the values in this enum, in order of their declaration.