你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatabaseSummaryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summary of database results in the migration
public class DatabaseSummaryResult : Microsoft.Azure.Management.DataMigration.Models.DataItemMigrationSummaryResult
type DatabaseSummaryResult = class
inherit DataItemMigrationSummaryResult
Public Class DatabaseSummaryResult
Inherits DataItemMigrationSummaryResult
- Inheritance
Constructors
DatabaseSummaryResult() |
Initializes a new instance of the DatabaseSummaryResult class. |
DatabaseSummaryResult(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String, String, Nullable<Double>) |
Initializes a new instance of the DatabaseSummaryResult class. |
Properties
EndedOn |
Gets migration end time (Inherited from DataItemMigrationSummaryResult) |
ErrorPrefix |
Gets wildcard string prefix to use for querying all errors of the item (Inherited from DataItemMigrationSummaryResult) |
ItemsCompletedCount |
Gets number of successfully completed items (Inherited from DataItemMigrationSummaryResult) |
ItemsCount |
Gets number of items (Inherited from DataItemMigrationSummaryResult) |
Name |
Gets name of the item (Inherited from DataItemMigrationSummaryResult) |
ResultPrefix |
Gets wildcard string prefix to use for querying all sub-tem results of the item (Inherited from DataItemMigrationSummaryResult) |
SizeMb |
Gets size of the database in megabytes |
StartedOn |
Gets migration start time (Inherited from DataItemMigrationSummaryResult) |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' (Inherited from DataItemMigrationSummaryResult) |
StatusMessage |
Gets status message (Inherited from DataItemMigrationSummaryResult) |