2017-11-08 5 views

答えて

1

単にそれを保存した後、文書からのid値を読む:

await client.CreateDocumentAsync(uri, doc); 
_logger.LogInformation($"created document {doc.Id}"); 
関連する問題