INodeMonitoringData.ReceivedByte 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.
Received bytes on the integration runtime node.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Received bytes on the integration runtime node.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="receivedBytes")]
public double? ReceivedByte { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Received bytes on the integration runtime node.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="receivedBytes")>]
member this.ReceivedByte : Nullable<double>
Public ReadOnly Property ReceivedByte As Nullable(Of Double)
Property Value
- Attributes