Class Target.Types.DocumentsTarget (2.4.0)

public sealed class DocumentsTarget : IMessage<Target.Types.DocumentsTarget>, IEquatable<Target.Types.DocumentsTarget>, IDeepCloneable<Target.Types.DocumentsTarget>, IBufferMessage, IMessage

A target specified by a set of documents names.

Inheritance

Object > Target.Types.DocumentsTarget

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

DocumentsTarget()

public DocumentsTarget()

DocumentsTarget(Target.Types.DocumentsTarget)

public DocumentsTarget(Target.Types.DocumentsTarget other)
Parameter
NameDescription
otherTarget.Types.DocumentsTarget

Properties

Documents

public RepeatedField<string> Documents { get; }

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.

Property Value
TypeDescription
RepeatedField<String>