Reference documentation and code samples for the Google Cloud Memorystore V1 Client class AOFConfig.
Configuration for AOF based persistence.
Generated from protobuf message google.cloud.memorystore.v1.PersistenceConfig.AOFConfig
Namespace
Google \ Cloud \ Memorystore \ V1 \ PersistenceConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ append_fsync |
int
Optional. The fsync mode. |
getAppendFsync
Optional. The fsync mode.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type AppendFsync. |
setAppendFsync
Optional. The fsync mode.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type AppendFsync. |
| Returns | |
|---|---|
| Type | Description |
$this |
|