Optional. An expression that filters the list of returned operations.
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 Operation are eligible for filtering:
name - The name of the long-running operation
done - False if the operation is in progress, else true.
metadata.@type - the type of metadata. For example, the type string
for
[CreateInstancePartitionMetadata][google.spanner.admin.instance.v1.CreateInstancePartitionMetadata]
is
type.googleapis.com/google.spanner.admin.instance.v1.CreateInstancePartitionMetadata.
metadata.<field_name> - any field in metadata.value.
metadata.@type must be specified first, if filtering on metadata
fields.
error - Error associated with the long-running operation.
response.@type - the type of response.
response.<field_name> - any field in response.value.
You can combine multiple expressions by enclosing each expression in
parentheses. By default, expressions are combined with AND logic. However,
you can specify AND, OR, and NOT logic explicitly.
Here are a few examples:
done:true - The operation is complete.
(metadata.@type= \
type.googleapis.com/google.spanner.admin.instance.v1.CreateInstancePartitionMetadata)
AND \
(metadata.instance_partition.name:custom-instance-partition) AND \
(metadata.start_time < \"2021-03-28T14:50:00Z\") AND \
(error:*) - Return operations where:
The operation's metadata type is
[CreateInstancePartitionMetadata][google.spanner.admin.instance.v1.CreateInstancePartitionMetadata].
The instance partition name contains "custom-instance-partition".
The operation started before 2021-03-28T14:50:00Z.
public Timestamp InstancePartitionDeadline { get; set; }
Optional. Deadline used while retrieving metadata for instance partition
operations. Instance partitions whose operation metadata cannot be
retrieved within this deadline will be added to
[unreachable_instance_partitions][google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse.unreachable_instance_partitions]
in
[ListInstancePartitionOperationsResponse][google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse].
Optional. If non-empty, page_token should contain a
[next_page_token][google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse.next_page_token]
from a previous
[ListInstancePartitionOperationsResponse][google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse]
to the same parent and with the same filter.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eListInstancePartitionOperationsRequest\u003c/code\u003e class within the Google Cloud Spanner Instance Administration v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListInstancePartitionOperationsRequest\u003c/code\u003e class is used to list instance partition operations, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing multiple interfaces such as \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers various versions of the class, ranging from 3.5.0 to the latest beta version 5.0.0-beta05, with links to each version's specific details.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eInstancePartitionDeadline\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, each serving to specify parameters of the list operations request.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors, a parameterless one and one that accepts another instance of the \u003ccode\u003eListInstancePartitionOperationsRequest\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Spanner Instance Administration v1 API - Class ListInstancePartitionOperationsRequest (5.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [5.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [5.0.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/5.0.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.6.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.6.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.5.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.5.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.4.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.4.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.3.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.2.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.1.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/4.0.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.15.1](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.15.1/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.14.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.14.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.13.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.13.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.12.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.12.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.11.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.11.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.10.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.9.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.8.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.7.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.6.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/3.5.0/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest) \n\n public sealed class ListInstancePartitionOperationsRequest : IPageRequest, IMessage\u003cListInstancePartitionOperationsRequest\u003e, IEquatable\u003cListInstancePartitionOperationsRequest\u003e, IDeepCloneable\u003cListInstancePartitionOperationsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstancePartitionOperationsRequest.\n\nThe request for\n\\[ListInstancePartitionOperations\\]\\[google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListInstancePartitionOperationsRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListInstancePartitionOperationsRequest](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListInstancePartitionOperationsRequest](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListInstancePartitionOperationsRequest](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Spanner.Admin.Instance.V1](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Spanner.Admin.Instance.V1.dll\n\nConstructors\n------------\n\n### ListInstancePartitionOperationsRequest()\n\n public ListInstancePartitionOperationsRequest()\n\n### ListInstancePartitionOperationsRequest(ListInstancePartitionOperationsRequest)\n\n public ListInstancePartitionOperationsRequest(ListInstancePartitionOperationsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. An expression that filters the list of returned operations.\n\nA filter expression consists of a field name, a\ncomparison operator, and a value for filtering.\nThe value must be a string, a number, or a boolean. The comparison operator\nmust be one of: `\u003c`, `\u003e`, `\u003c=`, `\u003e=`, `!=`, `=`, or `:`.\nColon `:` is the contains operator. Filter rules are not case sensitive.\n\nThe following fields in the Operation are eligible for filtering:\n\n- `name` - The name of the long-running operation\n- `done` - False if the operation is in progress, else true.\n- `metadata.@type` - the type of metadata. For example, the type string for \\[CreateInstancePartitionMetadata\\]\\[google.spanner.admin.instance.v1.CreateInstancePartitionMetadata\\] is `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstancePartitionMetadata`.\n- `metadata.\u003cfield_name\u003e` - any field in metadata.value. `metadata.@type` must be specified first, if filtering on metadata fields.\n- `error` - Error associated with the long-running operation.\n- `response.@type` - the type of response.\n- `response.\u003cfield_name\u003e` - any field in response.value.\n\nYou can combine multiple expressions by enclosing each expression in\nparentheses. By default, expressions are combined with AND logic. However,\nyou can specify AND, OR, and NOT logic explicitly.\n\nHere are a few examples:\n\n- `done:true` - The operation is complete.\n- `(metadata.@type=` \\\\ `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstancePartitionMetadata)\n AND` \\\\ `(metadata.instance_partition.name:custom-instance-partition) AND` \\\\ `(metadata.start_time \u003c \\\"2021-03-28T14:50:00Z\\\") AND` \\\\ `(error:*)` - Return operations where:\n - The operation's metadata type is \\[CreateInstancePartitionMetadata\\]\\[google.spanner.admin.instance.v1.CreateInstancePartitionMetadata\\].\n - The instance partition name contains \"custom-instance-partition\".\n - The operation started before 2021-03-28T14:50:00Z.\n - The operation resulted in an error.\n\n### InstancePartitionDeadline\n\n public Timestamp InstancePartitionDeadline { get; set; }\n\nOptional. Deadline used while retrieving metadata for instance partition\noperations. Instance partitions whose operation metadata cannot be\nretrieved within this deadline will be added to\n\\[unreachable_instance_partitions\\]\\[google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse.unreachable_instance_partitions\\]\nin\n\\[ListInstancePartitionOperationsResponse\\]\\[google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse\\].\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Number of operations to be returned in the response. If 0 or\nless, defaults to the server's maximum allowed page size.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. If non-empty, `page_token` should contain a\n\\[next_page_token\\]\\[google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse.next_page_token\\]\nfrom a previous\n\\[ListInstancePartitionOperationsResponse\\]\\[google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse\\]\nto the same `parent` and with the same `filter`.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent instance of the instance partition operations.\nValues are of the form `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`.\n\n### ParentAsInstanceName\n\n public InstanceName ParentAsInstanceName { get; set; }\n\nGoogle.Cloud.Spanner.Common.V1.InstanceName-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Spanner.Admin.Instance.V1/latest/Google.Cloud.Spanner.Admin.Instance.V1.ListInstancePartitionOperationsRequest#Google_Cloud_Spanner_Admin_Instance_V1_ListInstancePartitionOperationsRequest_Parent) resource name property."]]