FirebaseANE Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
DeleteFieldValue
Properties
|
Methods
Package
com.tuarua.firebase.firestore
Class
public class DeleteFieldValue
Inheritance
DeleteFieldValue
FieldValue
Object
Public Properties
Property
Defined By
methodName
: String = FieldValue.delete
DeleteFieldValue
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
increment
(by:Number):
FieldValue
[static] Returns a special value that can be used with set() or update() that tells the server to increment the field's current value by the given value.
FieldValue
remove
():
FieldValue
[static] Returns a sentinel for use with update() to mark a field for deletion.
FieldValue
serverTimestamp
():
FieldValue
[static] Returns a sentinel for use with set() or update() to include a server-generated timestamp in the written data.
FieldValue
Property Detail
methodName
property
public var methodName:String = FieldValue.delete
Sat May 15 2021, 07:44 PM +01:00