We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed there is a mismatch with the time unit of the timeout between sample code comment and doc, can someone from the team to confirm on the unit?
In the doc: https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-backup-vdi-specification?view=sql-server-ver16#clientvirtualdevicegetcommand
int ClientVirtualDevice::GetCommand ( time_t timeout, // time-out in milliseconds VDC_Command** ppCmd // returns the next command );
However in the comment it said as seconds.
sql-server-samples/samples/features/sqlvdi-linux/vdipipesample.cpp
Lines 275 to 278 in bccd666
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed there is a mismatch with the time unit of the timeout between sample code comment and doc, can someone from the team to confirm on the unit?
In the doc:
https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-backup-vdi-specification?view=sql-server-ver16#clientvirtualdevicegetcommand
However in the comment it said as seconds.
sql-server-samples/samples/features/sqlvdi-linux/vdipipesample.cpp
Lines 275 to 278 in bccd666
Thanks
The text was updated successfully, but these errors were encountered: