Click or drag to resize
IObjectStorageProviderEnableCDNOnContainer Method
When you CDN-enable a container, all the objects within it become available through the Content Delivery Network (CDN). Similarly, once a container is CDN-enabled, any objects added to it in the storage service become CDN-enabled.
Overload List
  NameDescription
Public methodEnableCDNOnContainer(String, Boolean, String, CloudIdentity)
Enables CDN on the container using the specified log retention and a provider-specific default TTL.
Public methodEnableCDNOnContainer(String, Int64, String, CloudIdentity)
Enables CDN on the container using the specified TTL and without log retention.
Public methodEnableCDNOnContainer(String, Int64, Boolean, String, CloudIdentity)
Enables CDN on the container using the specified TTL and log retention values.
Top
Remarks
Note Note
This feature is a Rackspace-specific extension to the OpenStack Object Storage Service.
See Also