Show / Hide Table of Contents

Class TransferMessage

Represents a user facing message for a particular data transfer run.

Inheritance
object
TransferMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class TransferMessage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MessageText

Message text.

Declaration
[JsonProperty("messageText")]
public virtual string MessageText { get; set; }
Property Value
Type Description
string

MessageTime

object representation of MessageTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MessageTimeDateTimeOffset instead.")]
public virtual object MessageTime { get; set; }
Property Value
Type Description
object

MessageTimeDateTimeOffset

DateTimeOffset representation of MessageTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MessageTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MessageTimeRaw

Time when message was logged.

Declaration
[JsonProperty("messageTime")]
public virtual string MessageTimeRaw { get; set; }
Property Value
Type Description
string

Severity

Message severity.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX