AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.

Inheritance Hierarchy

System.Object
  Amazon.ChimeSDKMessaging.Model.ElasticChannelConfiguration

Namespace: Amazon.ChimeSDKMessaging.Model
Assembly: AWSSDK.ChimeSDKMessaging.dll
Version: 3.x.y.z

Syntax

C#
public class ElasticChannelConfiguration

The ElasticChannelConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaximumSubChannels System.Int32

Gets and sets the property MaximumSubChannels.

The maximum number of SubChannels that you want to allow in the elastic channel.

Public Property MinimumMembershipPercentage System.Int32

Gets and sets the property MinimumMembershipPercentage.

The minimum allowed percentage of TargetMembershipsPerSubChannel users. Ceil of the calculated value is used in balancing members among SubChannels of the elastic channel.

Public Property TargetMembershipsPerSubChannel System.Int32

Gets and sets the property TargetMembershipsPerSubChannel.

The maximum number of members allowed in a SubChannel.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5