Send feedback
Class FirestorePropertyAttribute (2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.0 keyboard_arrow_down
[AttributeUsage(AttributeTargets.Property)]
public sealed class FirestorePropertyAttribute : Attribute
Attribute indicating that a property should be included in Firestore conversions.
Namespace
Google.Cloud.Firestore
Assembly
Google.Cloud.Firestore.dll
Constructors
FirestorePropertyAttribute()
public FirestorePropertyAttribute()
Creates an instance with no specified name.
FirestorePropertyAttribute(String)
public FirestorePropertyAttribute(string name)
Creates an instance with the specified name.
Parameter Name Description name
String
The name to use within the Firestore document.
Properties
ConverterType
public Type ConverterType { get; set; }
A custom converter type to use for the attributed property.
Property Value Type Description Type
Name
public string Name { get; set; }
The name to use within the Firestore document. If not set, the name
of the property is used directly.
Property Value Type Description String
Send feedback
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 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]