Storage Batch Operations v1 API - Class ErrorLogEntry (1.0.0-beta01)

public sealed class ErrorLogEntry : IMessage<ErrorLogEntry>, IEquatable<ErrorLogEntry>, IDeepCloneable<ErrorLogEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Batch Operations v1 API class ErrorLogEntry.

An entry describing an error that has occurred.

Inheritance

object > ErrorLogEntry

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

ErrorLogEntry()

public ErrorLogEntry()

ErrorLogEntry(ErrorLogEntry)

public ErrorLogEntry(ErrorLogEntry other)
Parameter
Name Description
other ErrorLogEntry

Properties

ErrorDetails

public RepeatedField<string> ErrorDetails { get; }

Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.

Property Value
Type Description
RepeatedFieldstring

ObjectUri

public string ObjectUri { get; set; }

Required. Output only. Object URL. e.g. gs://my_bucket/object.txt

Property Value
Type Description
string