Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientGetContainerLogsDeployedOnNodeOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientGetContainerLogsDeployedOnNodeOptionalParams

Index

Properties

Optional previous

previous: undefined | false | true

Specifies whether to get container logs from exited/dead containers of the code package instance. Default value: false.

Optional tail

tail: undefined | string

Number of lines to show from the end of the logs. Default is 100. 'all' to show the complete logs.

Optional timeoutParameter

timeoutParameter: undefined | number

The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. Default value: 60.

Generated using TypeDoc