AWS SDK for .NET Documentation
CacheBehaviors Class
AmazonAmazon.CloudFront.ModelCacheBehaviors Did this page help you?   Yes   No    Tell us about it...
A complex type that contains zero or more CacheBehavior elements.
Declaration Syntax
C#
public class CacheBehaviors
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CacheBehaviors()()()()
Initializes a new instance of the CacheBehaviors class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Items
Gets and sets the property Items. Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

Quantity
Gets and sets the property Quantity. The number of cache behaviors for this distribution.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithItems(array<CacheBehavior>[]()[][]) Obsolete.
Sets the Items property

WithItems(IEnumerable<(Of <<'(CacheBehavior>)>>)) Obsolete.
Sets the Items property

WithQuantity(Int32) Obsolete.
Sets the Quantity property

Inheritance Hierarchy
Object
CacheBehaviors

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)