The size of the image data, in bytes.
Namespace: OpenStack.Compute.v2_1Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("OS-EXT-IMG-SIZE:size")]
public Nullable<long> Size { get; set; }
<JsonPropertyAttribute("OS-EXT-IMG-SIZE:size")>
Public Property Size As Nullable(Of Long)
Get
Set
public:
[JsonPropertyAttribute(L"OS-EXT-IMG-SIZE:size")]
property Nullable<long long> Size {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<JsonPropertyAttribute("OS-EXT-IMG-SIZE:size")>]
member Size : Nullable<int64> with get, set
Property Value
Type:
NullableInt64Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6
See Also