Show / Hide Table of Contents

Class FetchDatasetErrorsRequest

Request to list detailed errors belonging to a dataset.

Inheritance
object
FetchDatasetErrorsRequest
Implements
IMessage<FetchDatasetErrorsRequest>
IEquatable<FetchDatasetErrorsRequest>
IDeepCloneable<FetchDatasetErrorsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class FetchDatasetErrorsRequest : IMessage<FetchDatasetErrorsRequest>, IEquatable<FetchDatasetErrorsRequest>, IDeepCloneable<FetchDatasetErrorsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

FetchDatasetErrorsRequest()

Declaration
public FetchDatasetErrorsRequest()

FetchDatasetErrorsRequest(FetchDatasetErrorsRequest)

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

Properties

Dataset

Required. The name of the dataset to list all the errors for. Format: projects/{project}/datasets/{dataset_id}

Declaration
public string Dataset { get; set; }
Property Value
Type Description
string

DatasetAsDatasetName

DatasetName-typed view over the Dataset resource name property.

Declaration
public DatasetName DatasetAsDatasetName { get; set; }
Property Value
Type Description
DatasetName

PageSize

The maximum number of errors to return per page.

The maximum value is 500; values above 500 will be capped to 500.

If unspecified, at most 50 errors will be returned.

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

PageToken

The page token, received from a previous ListDatasetErrors call. Provide this to retrieve the subsequent page.

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