AccessBudgetDetails

Detailed information about an access budget including time bounds, budget allocation, and configuration settings.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the budget automatically refreshes for each time period specified in budgetType. Valid values are:

Link copied to clipboard
val budget: Int

The total budget allocation amount for this access budget.

Link copied to clipboard

Specifies the time period for limiting table usage in queries and jobs. For calendar-based periods, the budget can renew if auto refresh is enabled. For lifetime budgets, the limit applies to the total usage throughout the collaboration. Valid values are:

Link copied to clipboard

The end time for the access budget period.

Link copied to clipboard

The remaining budget amount available for use within this access budget.

Link copied to clipboard

The start time for the access budget period.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String