Google Cloud Storage Insights v1 API - Class DatasetConfig.Types.ValidationErrorsBeforeIngestion (1.5.0)

public sealed class DatasetConfig.Types.ValidationErrorsBeforeIngestion : IMessage<DatasetConfig.Types.ValidationErrorsBeforeIngestion>, IEquatable<DatasetConfig.Types.ValidationErrorsBeforeIngestion>, IDeepCloneable<DatasetConfig.Types.ValidationErrorsBeforeIngestion>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class DatasetConfig.Types.ValidationErrorsBeforeIngestion.

Summary of validation errors that occurred during the verification phase.

Inheritance

object > DatasetConfig.Types.ValidationErrorsBeforeIngestion

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

ValidationErrorsBeforeIngestion()

public ValidationErrorsBeforeIngestion()

ValidationErrorsBeforeIngestion(ValidationErrorsBeforeIngestion)

public ValidationErrorsBeforeIngestion(DatasetConfig.Types.ValidationErrorsBeforeIngestion other)
Parameter
Name Description
other DatasetConfigTypesValidationErrorsBeforeIngestion

Properties

BucketErrors

public DatasetConfig.Types.BucketErrors BucketErrors { get; set; }

Optional. Provides a summary of the bucket level error stats.

Property Value
Type Description
DatasetConfigTypesBucketErrors

ProjectErrors

public DatasetConfig.Types.ProjectErrors ProjectErrors { get; set; }

Optional. Provides a summary of the project level error stats.

Property Value
Type Description
DatasetConfigTypesProjectErrors