Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Enum AggregationType
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
AggregationType
enum ซึ่งกำหนดประเภทการรวมที่ตั้งค่าสำหรับ Field ได้
หากต้องการเรียก enum คุณจะต้องเรียกคลาส ชื่อ และพร็อพเพอร์ตี้ระดับบนสุด เช่น
DataStudioApp.AggregationType.AVG
พร็อพเพอร์ตี้
| พร็อพเพอร์ตี้ | Type | คำอธิบาย |
AVG | Enum | ปานกลาง |
COUNT | Enum | จำนวน |
COUNT_DISTINCT | Enum | จำนวนที่ไม่ซ้ำ |
MAX | Enum | % CPC |
MIN | Enum | ขั้นต่ำ |
SUM | Enum | ผลรวม |
AUTO | Enum | อัตโนมัติ ใช้ "อัตโนมัติ" สำหรับช่องที่คำนวณแล้วซึ่งอ้างอิงช่องข้อมูลรวม |
พร็อพเพอร์ตี้ที่เลิกใช้งานแล้ว
| พร็อพเพอร์ตี้ | Type | คำอธิบาย |
NO_AGGREGATION | Enum | เลิกใช้งานแล้ว: ใช้ AUTO แทน ไม่มีการรวม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2026-04-13 UTC
[null,null,["อัปเดตล่าสุด 2026-04-13 UTC"],[],["`AggregationType` is an enum defining aggregation options for a `Field`. It includes properties like `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MIN`, `SUM`, and `AUTO`. These represent the types of calculations that can be applied to a field's data. `AUTO` is used for calculated fields that reference aggregated data. The `NO_AGGREGATION` property is deprecated and `AUTO` should be used instead. Each enum can be called by its parent class, name, and property.\n"]]