Class DocumentsTarget
A target specified by a set of documents names.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class DocumentsTarget : IDirectResponseSchema
Properties
Documents
The names of the documents to retrieve. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}
. The request will fail if any of
the document is not a child resource of the given database
. Duplicate names will be elided.
Declaration
[JsonProperty("documents")]
public virtual IList<string> Documents { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |