@truenas/api-client
GitHub
Preparing search index...
v25_10_0
PoolSnapshotTaskUpdateWillChangeRetentionFor
Interface PoolSnapshotTaskUpdateWillChangeRetentionFor
interface
PoolSnapshotTaskUpdateWillChangeRetentionFor
{
allow_empty
?:
boolean
;
dataset
?:
string
;
enabled
?:
boolean
;
exclude
?:
string
[]
;
lifetime_unit
?:
"HOUR"
|
"DAY"
|
"WEEK"
|
"MONTH"
|
"YEAR"
;
lifetime_value
?:
number
;
naming_schema
?:
string
;
recursive
?:
boolean
;
schedule
?:
v25_10_0
.
PoolSnapshotTaskCron
;
}
Index
Properties
allow_
empty?
dataset?
enabled?
exclude?
lifetime_
unit?
lifetime_
value?
naming_
schema?
recursive?
schedule?
Properties
Optional
allow_
empty
allow_empty
?:
boolean
Optional
dataset
dataset
?:
string
Optional
enabled
enabled
?:
boolean
Optional
exclude
exclude
?:
string
[]
Optional
lifetime_
unit
lifetime_unit
?:
"HOUR"
|
"DAY"
|
"WEEK"
|
"MONTH"
|
"YEAR"
Optional
lifetime_
value
lifetime_value
?:
number
Optional
naming_
schema
naming_schema
?:
string
Optional
recursive
recursive
?:
boolean
Optional
schedule
schedule
?:
v25_10_0
.
PoolSnapshotTaskCron
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow_
empty
dataset
enabled
exclude
lifetime_
unit
lifetime_
value
naming_
schema
recursive
schedule
GitHub
@truenas/api-client
Loading...