|
1 | 1 |
|
2 | 2 | # Compass Tracking Plan |
3 | 3 |
|
4 | | -Generated on Mon, Oct 14, 2024 at 08:39 AM |
| 4 | +Generated on Mon, Oct 14, 2024 at 12:23 PM |
5 | 5 |
|
6 | 6 | ## Table of Contents |
7 | 7 |
|
@@ -113,6 +113,7 @@ Generated on Mon, Oct 14, 2024 at 08:39 AM |
113 | 113 |
|
114 | 114 | ### Indexes |
115 | 115 | - [Index Created](#event--IndexCreatedEvent) |
| 116 | +- [Index Create Failed](#event--IndexCreateFailedEvent) |
116 | 117 | - [Index Create Opened](#event--IndexCreateOpenedEvent) |
117 | 118 | - [Index Dropped](#event--IndexDroppedEvent) |
118 | 119 | - [Index Edited](#event--IndexEditedEvent) |
@@ -1462,6 +1463,35 @@ This event is fired when user creates an index. |
1462 | 1463 |
|
1463 | 1464 | **Properties**: |
1464 | 1465 |
|
| 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 | + |
1465 | 1495 | - **unique** (optional): `boolean | undefined` |
1466 | 1496 | - Indicates whether the index is unique. |
1467 | 1497 | - **ttl** (optional): `any` |
|
0 commit comments