public sealed class ListBackupsRequest : IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class ListBackupsRequest.
The request for [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
Implements
IMessageListBackupsRequest, IEquatableListBackupsRequest, IDeepCloneableListBackupsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
ListBackupsRequest()
public ListBackupsRequest()ListBackupsRequest(ListBackupsRequest)
public ListBackupsRequest(ListBackupsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackupsRequest |
Properties
Filter
public string Filter { get; set; }An expression that filters the list of returned backups.
A filter expression consists of a field name, a comparison operator, and a
value for filtering.
The value must be a string, a number, or a boolean. The comparison operator
must be one of: <, >, <=, >=, !=, =, or :.
Colon : is the contains operator. Filter rules are not case sensitive.
The following fields in the [Backup][google.firestore.admin.v1.Backup] are eligible for filtering:
database_uid(supports=only)
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The location to list backups from.
Format is projects/{project}/locations/{location}.
Use {location} = '-' to list backups from all locations for the given
project. This allows listing backups from a single location or from all
locations.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|