Show / Hide Table of Contents

Class ListWorkspacesRequest

Request message for TablesService.ListWorkspaces.

Inheritance
object
ListWorkspacesRequest
Implements
IMessage<ListWorkspacesRequest>
IEquatable<ListWorkspacesRequest>
IDeepCloneable<ListWorkspacesRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class ListWorkspacesRequest : IMessage<ListWorkspacesRequest>, IEquatable<ListWorkspacesRequest>, IDeepCloneable<ListWorkspacesRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListWorkspacesRequest()

Declaration
public ListWorkspacesRequest()

ListWorkspacesRequest(ListWorkspacesRequest)

Declaration
public ListWorkspacesRequest(ListWorkspacesRequest other)
Parameters
Type Name Description
ListWorkspacesRequest other

Properties

PageSize

The maximum number of workspaces to return. The service may return fewer than this value.

If unspecified, at most 10 workspaces are returned. The maximum value is 25; values above 25 are coerced to 25.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

A page token, received from a previous ListWorkspaces call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListWorkspaces must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken
In this article
Back to top Generated by DocFX