Migration Center v1 API - Class OpenFileDetails (1.0.0)

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

Reference documentation and code samples for the Migration Center v1 API class OpenFileDetails.

Open file Information.

Inheritance

object > OpenFileDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

OpenFileDetails()

public OpenFileDetails()

OpenFileDetails(OpenFileDetails)

public OpenFileDetails(OpenFileDetails other)
Parameter
NameDescription
otherOpenFileDetails

Properties

Command

public string Command { get; set; }

Opened file command.

Property Value
TypeDescription
string

FilePath

public string FilePath { get; set; }

Opened file file path.

Property Value
TypeDescription
string

FileType

public string FileType { get; set; }

Opened file file type.

Property Value
TypeDescription
string

User

public string User { get; set; }

Opened file user.

Property Value
TypeDescription
string