[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public sealed class FirestoreDeserializationConfigurationAttribute : Attribute
Reference documentation and code samples for the Firestore API class FirestoreDeserializationConfigurationAttribute.
Provides additional information for how Firestore converters (types implementing IFirestoreConverter<T>) should be called during deserialization.
Namespace
GoogleCloudFirestoreAssembly
Google.Cloud.Firestore.dll
Properties
CreateTimestampKey
public string CreateTimestampKey { get; set; }
The dictionary key used to specify the create timestamp when deserializing, or null if the create timestamp is not propagated.
Property Value | |
---|---|
Type | Description |
string |
DocumentIdKey
public string DocumentIdKey { get; set; }
The dictionary key used to specify the document ID when deserializing, or null if the document ID is not propagated.
Property Value | |
---|---|
Type | Description |
string |
ReadTimestampKey
public string ReadTimestampKey { get; set; }
The dictionary key used to specify the read timestamp when deserializing, or null if the read timestamp is not propagated.
Property Value | |
---|---|
Type | Description |
string |
UpdateTimestampKey
public string UpdateTimestampKey { get; set; }
The dictionary key used to specify the update timestamp when deserializing, or null if the update timestamp is not propagated.
Property Value | |
---|---|
Type | Description |
string |