DataStream v1 API - Class ListStreamObjectsRequest (2.6.0)

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

Reference documentation and code samples for the DataStream v1 API class ListStreamObjectsRequest.

Request for listing all objects for a specific stream.

Inheritance

object > ListStreamObjectsRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ListStreamObjectsRequest()

public ListStreamObjectsRequest()

ListStreamObjectsRequest(ListStreamObjectsRequest)

public ListStreamObjectsRequest(ListStreamObjectsRequest other)
Parameter
NameDescription
otherListStreamObjectsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of objects to return. Default is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent stream that owns the collection of objects.

Property Value
TypeDescription
string

ParentAsStreamName

public StreamName ParentAsStreamName { get; set; }

StreamName-typed view over the Parent resource name property.

Property Value
TypeDescription
StreamName