Skip to content

Commit 1df46fd

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary (#6363)
Update report Co-authored-by: lerouxb <[email protected]>
1 parent 968edaa commit 1df46fd

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/tracking-plan.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Mon, Oct 14, 2024 at 08:39 AM
4+
Generated on Mon, Oct 14, 2024 at 12:23 PM
55

66
## Table of Contents
77

@@ -113,6 +113,7 @@ Generated on Mon, Oct 14, 2024 at 08:39 AM
113113

114114
### Indexes
115115
- [Index Created](#event--IndexCreatedEvent)
116+
- [Index Create Failed](#event--IndexCreateFailedEvent)
116117
- [Index Create Opened](#event--IndexCreateOpenedEvent)
117118
- [Index Dropped](#event--IndexDroppedEvent)
118119
- [Index Edited](#event--IndexEditedEvent)
@@ -1462,6 +1463,35 @@ This event is fired when user creates an index.
14621463

14631464
**Properties**:
14641465

1466+
- **unique** (optional): `boolean | undefined`
1467+
- Indicates whether the index is unique.
1468+
- **ttl** (optional): `any`
1469+
- Specifies the time-to-live (TTL) setting for the index.
1470+
- **columnstore_index** (optional): `boolean | undefined`
1471+
- Indicates whether the index is a columnstore index.
1472+
- **has_columnstore_projection** (optional): `any`
1473+
- Indicates if the index has a columnstore projection.
1474+
- **has_wildcard_projection** (optional): `any`
1475+
- Indicates if the index includes a wildcard projection.
1476+
- **custom_collation** (optional): `any`
1477+
- Specifies if the index uses a custom collation.
1478+
- **geo** (optional): `boolean | undefined`
1479+
- Indicates whether the index is a geospatial index.
1480+
- **atlas_search** (optional): `boolean | undefined`
1481+
- Indicates whether the index is an Atlas Search index.
1482+
- **type** (optional): `string | undefined`
1483+
- Specifies the type of the index.
1484+
- **connection_id** (optional): `string | undefined`
1485+
- The id of the connection associated to this event.
1486+
1487+
<a name="event--IndexCreateFailedEvent"></a>
1488+
1489+
### Index Create Failed
1490+
1491+
This event is fired when user creates an index and it fails.
1492+
1493+
**Properties**:
1494+
14651495
- **unique** (optional): `boolean | undefined`
14661496
- Indicates whether the index is unique.
14671497
- **ttl** (optional): `any`

0 commit comments

Comments
 (0)