Skip to content

Commit 378d176

Browse files
authored
Add missing table marker
1 parent 6978c25 commit 378d176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-table-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ In the [Java functions runtime library](/java/api/overview/azure/functions/runti
898898
|---------|---------|
899899
|**[name](/java/api/com.microsoft.azure.functions.annotation.tableinput.name)** | The name of the variable that represents the table or entity in function code.|
900900
|**[tableName](/java/api/com.microsoft.azure.functions.annotation.tableinput.tableName)** | The name of the table.|
901-
**[partitionKey](/java/api/com.microsoft.azure.functions.annotation.tableinput.partitionkey)** |Optional. The partition key of the table entity to read. |
901+
|**[partitionKey](/java/api/com.microsoft.azure.functions.annotation.tableinput.partitionkey)** |Optional. The partition key of the table entity to read. |
902902
|**[rowKey](/java/api/com.microsoft.azure.functions.annotation.tableinput.rowkey)** |Optional. The row key of the table entity to read.|
903903
|**[take](/java/api/com.microsoft.azure.functions.annotation.tableinput.take)** | Optional. The maximum number of entities to read.|
904904
|**[filter](/java/api/com.microsoft.azure.functions.annotation.tableinput.filter)** | Optional. An OData filter expression for table input.|

0 commit comments

Comments
 (0)