IMongoMigrationProgressDetails.DurationInSecond Property
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.
Migration duration
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Migration duration", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="durationInSeconds")]
public int? DurationInSecond { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Migration duration", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="durationInSeconds")>]
member this.DurationInSecond : Nullable<int>
Public ReadOnly Property DurationInSecond As Nullable(Of Integer)
Property Value
- Attributes