Yuukadesu commented on code in PR #3570:
URL: https://github.com/apache/streampipes/pull/3570#discussion_r2054482431


##########
streampipes-extensions/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.tsfile/documentation.md:
##########
@@ -0,0 +1,56 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~
+  -->
+
+## TsFile
+<p align="center"> 
+    <img src="icon.png" width="150px;" class="pe-image-documentation"/>
+</p>
+
+***
+
+## Description
+
+stores events in TsFile
+
+***
+
+## Required input
+
+This sink does not have any requirements and works with any incoming event 
type.
+
+***
+
+## Configuration
+
+### DeviceId
+The device id of the TsFile.
+
+### TsFIleName
+The name of the TsFile to create.
+
+### TimeStamp
+To create timeStamp field in TsFile.
+
+### DirAbsolutePath
+The absolute path of directory where the TsFile is stored.
+
+### MaxTsFileSize
+The maximum size of the TsFile. The default value is 10MB.
+
+### MaxFlushDiskSize
+The maximum size of the TsFile to flush to disk.

Review Comment:
   Thanks for your suggestions! I will use these suggestions to modify my code.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to