@robert-brightline/hr-db - v0.0.21
    Preparing search index...

    Type Alias AuditLogAggregateArgs<ExtArgs>

    type AuditLogAggregateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        _avg?: AuditLogAvgAggregateInputType;
        _count?: true
        | AuditLogCountAggregateInputType;
        _max?: AuditLogMaxAggregateInputType;
        _min?: AuditLogMinAggregateInputType;
        _sum?: AuditLogSumAggregateInputType;
        cursor?: AuditLogWhereUniqueInput;
        orderBy?:
            | AuditLogOrderByWithRelationInput
            | AuditLogOrderByWithRelationInput[];
        skip?: number;
        take?: number;
        where?: AuditLogWhereInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    Aggregation Docs

    Select which fields to average

    Aggregation Docs

    Count returned AuditLogs

    Aggregation Docs

    Select which fields to find the maximum value

    Aggregation Docs

    Select which fields to find the minimum value

    Aggregation Docs

    Select which fields to sum

    Cursor Docs

    Sets the start position

    Sorting Docs

    Determine the order of AuditLogs to fetch.

    skip?: number

    Pagination Docs

    Skip the first n AuditLogs.

    take?: number

    Pagination Docs

    Take ±n AuditLogs from the position of the cursor.

    Filter which AuditLog to aggregate.