FirestorePropertyAttribute(string name)
Properties | |
---|---|
ConverterType | System.Type A custom converter type to use for the attributed property. |
Name | string The name to use within the Firestore document. |
System.TypeConverterType
A custom converter type to use for the attributed property.
stringName
The name to use within the Firestore document.
If not set, the name of the property is used directly.
FirestorePropertyAttribute()
Creates an instance with no specified name.
FirestorePropertyAttribute(stringname)
Creates an instance with the specified name.
Details | |||
---|---|---|---|
Parameters |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-17 UTC.