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.

Specifies the base segments and dimensions for a segment, and the relationships between these base segments and dimensions.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.SegmentGroup

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

Syntax

C#
public class SegmentGroup

The SegmentGroup type exposes the following members

Constructors

NameDescription
Public Method SegmentGroup()

Properties

NameTypeDescription
Public Property Dimensions System.Collections.Generic.List<Amazon.Pinpoint.Model.SegmentDimensions>

Gets and sets the property Dimensions.

An array that defines the dimensions for the segment.

Public Property SourceSegments System.Collections.Generic.List<Amazon.Pinpoint.Model.SegmentReference>

Gets and sets the property SourceSegments.

The base segment to build the segment on. A base segment, also referred to as a source segment, defines the initial population of endpoints for a segment. When you add dimensions to a segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify.

You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it.

Public Property SourceType Amazon.Pinpoint.SourceType

Gets and sets the property SourceType.

Specifies how to handle multiple base segments for the segment. For example, if you specify three base segments for the segment, whether the resulting segment is based on all, any, or none of the base segments.

Public Property Type Amazon.Pinpoint.Type

Gets and sets the property Type.

Specifies how to handle multiple dimensions for the segment. For example, if you specify three dimensions for the segment, whether the resulting segment includes endpoints that match all, any, or none of the dimensions.

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