export method

ResponseFuture<ExportLogsServiceResponse> export(
  1. ExportLogsServiceRequest request, {
  2. CallOptions? options,
})

For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.

Implementation

$grpc.ResponseFuture<$0.ExportLogsServiceResponse> export(
  $0.ExportLogsServiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$export, request, options: options);
}