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.
Implements
IMessageErrorLogEntry, IEquatableErrorLogEntry, IDeepCloneableErrorLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
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 |