public sealed class DatasetConfig.Types.ValidationErrorsBeforeIngestion : IMessage<DatasetConfig.Types.ValidationErrorsBeforeIngestion>, IEquatable<DatasetConfig.Types.ValidationErrorsBeforeIngestion>, IDeepCloneable<DatasetConfig.Types.ValidationErrorsBeforeIngestion>, IBufferMessage, IMessageReference 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.
Implements
IMessageDatasetConfigTypesValidationErrorsBeforeIngestion, IEquatableDatasetConfigTypesValidationErrorsBeforeIngestion, IDeepCloneableDatasetConfigTypesValidationErrorsBeforeIngestion, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
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 |
|