Share via


GatewayListConnectionsResponse.GatewayConnection.IngressBytesTransferred Property

 

Optional. The number of bytes of data transferred in through this connection since it was started.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public long IngressBytesTransferred { get; set; }
public:
property long long IngressBytesTransferred {
    long long get();
    void set(long long value);
}
member IngressBytesTransferred : int64 with get, set
Public Property IngressBytesTransferred As Long

Property Value

Type: System.Int64

See Also

GatewayListConnectionsResponse.GatewayConnection Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top