public sealed class ImportDataFile : IMessage<ImportDataFile>, IEquatable<ImportDataFile>, IDeepCloneable<ImportDataFile>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ImportDataFile.
A resource that represents a payload file in an import job.
Implements
IMessageImportDataFile, IEquatableImportDataFile, IDeepCloneableImportDataFile, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ImportDataFile()
public ImportDataFile()ImportDataFile(ImportDataFile)
public ImportDataFile(ImportDataFile other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportDataFile |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The timestamp when the file was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }User-friendly display name. Maximum length is 63 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FileInfoCase
public ImportDataFile.FileInfoOneofCase FileInfoCase { get; }| Property Value | |
|---|---|
| Type | Description |
ImportDataFileFileInfoOneofCase |
|
Format
public ImportJobFormat Format { get; set; }Required. The payload format.
| Property Value | |
|---|---|
| Type | Description |
ImportJobFormat |
|
ImportDataFileName
public ImportDataFileName ImportDataFileName { get; set; }ImportDataFileName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ImportDataFileName |
|
Name
public string Name { get; set; }Output only. The name of the file.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public ImportDataFile.Types.State State { get; set; }Output only. The state of the import data file.
| Property Value | |
|---|---|
| Type | Description |
ImportDataFileTypesState |
|
UploadFileInfo
public UploadFileInfo UploadFileInfo { get; set; }Information about a file that is uploaded to a storage service.
| Property Value | |
|---|---|
| Type | Description |
UploadFileInfo |
|