ContainerCDNCDNUri Property |
Gets a publicly accessible URL for the container, which can be combined with any object name within the container to form the publicly accessible URL for that object for distribution over a CDN system.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("cdn_uri")]
public string CDNUri { get; }
<JsonPropertyAttribute("cdn_uri")>
Public ReadOnly Property CDNUri As String
Get
public:
[JsonPropertyAttribute(L"cdn_uri")]
property String^ CDNUri {
String^ get ();
}
[<JsonPropertyAttribute("cdn_uri")>]
member CDNUri : string with get
Property Value
Type:
StringVersion Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also