Dataform v1beta1 API - Class QueryDirectoryContentsRequest (1.0.0-beta05)

public sealed class QueryDirectoryContentsRequest : IMessage<QueryDirectoryContentsRequest>, IEquatable<QueryDirectoryContentsRequest>, IDeepCloneable<QueryDirectoryContentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Dataform v1beta1 API class QueryDirectoryContentsRequest.

QueryDirectoryContents request message.

Inheritance

object > QueryDirectoryContentsRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

QueryDirectoryContentsRequest()

public QueryDirectoryContentsRequest()

QueryDirectoryContentsRequest(QueryDirectoryContentsRequest)

public QueryDirectoryContentsRequest(QueryDirectoryContentsRequest other)
Parameter
NameDescription
otherQueryDirectoryContentsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. Page token received from a previous QueryDirectoryContents call. Provide this to retrieve the subsequent page.

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

Property Value
TypeDescription
string

Path

public string Path { get; set; }

Optional. The directory's full path including directory name, relative to the workspace root. If left unset, the workspace root is used.

Property Value
TypeDescription
string

Workspace

public string Workspace { get; set; }

Required. The workspace's name.

Property Value
TypeDescription
string

WorkspaceAsWorkspaceName

public WorkspaceName WorkspaceAsWorkspaceName { get; set; }

WorkspaceName-typed view over the Workspace resource name property.

Property Value
TypeDescription
WorkspaceName