You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
/// <param name="operations">A <see cref="LoggingOperations"/> enumeration value that indicates which log types to return.</param>
207
+
/// <param name="operations">A <see cref="LoggingOperations"/> enumeration value that indicates the types of logging operations on which to filter the log blobs.</param>
206
208
/// <param name="details">A <see cref="BlobListingDetails"/> enumeration value that indicates whether or not blob metadata should be returned. Only <c>None</c> and <c>Metadata</c> are valid values. </param>
207
209
/// <param name="options">A <see cref="BlobRequestOptions"/> object that specifies additional options for the request.</param>
208
210
/// <param name="operationContext">An <see cref="OperationContext"/> object that represents the context for the current operation.</param>
209
211
/// <returns>An enumerable collection of objects that implement <see cref="ICloudBlob"/> and are retrieved lazily.</returns>
210
-
/// <remarks>Note that specifying a log type for the <paramref name="operations"/> parameter will return any log that contains the specified log type,
211
-
/// even if that log also includes other log types. Also note that the only currently supported values for the <paramref name="details"/>
212
+
/// <remarks>Note that specifying a logging operation type for the <paramref name="operations"/> parameter will return any Analytics log blob that contains the specified logging operation,
213
+
/// even if that log blob also includes other types of logging operations. Also note that the only currently supported values for the <paramref name="details"/>
212
214
/// parameter are <c>None</c> and <c>Metadata</c>.</remarks>
/// <param name="startTime">A <see cref="DateTimeOffset"/> object representing the start of the time range for which logs should be retrieved.</param>
255
257
/// <param name="endTime">A <see cref="DateTimeOffset"/> object representing the end of the time range for which logs should be retrieved.</param>
256
-
/// <param name="operations">A <see cref="LoggingOperations"/> enumeration value that indicates which log types to return</param>
258
+
/// <param name="operations">A <see cref="LoggingOperations"/> enumeration value that indicates the types of logging operations on which to filter the log blobs.</param>
257
259
/// <param name="details">A <see cref="BlobListingDetails"/> enumeration value that indicates whether or not blob metadata should be returned. Only <c>None</c> and <c>Metadata</c> are valid values. </param>
258
260
/// <param name="options">A <see cref="BlobRequestOptions"/> object that specifies additional options for the request.</param>
259
261
/// <param name="operationContext">An <see cref="OperationContext"/> object that represents the context for the current operation.</param>
260
262
/// <returns>An enumerable collection of objects that implement <see cref="ICloudBlob"/> and are retrieved lazily.</returns>
261
-
/// <remarks>Note that specifying a log type for the <paramref name="operations"/> parameter will return any log that contains the specified log type,
262
-
/// even if that log also includes other log types. Also note that the only currently supported values for the <paramref name="details"/>
263
+
/// <remarks>Note that specifying a logging operation type for the <paramref name="operations"/> parameter will return any Analytics log blob that contains the specified logging operation,
264
+
/// even if that log blob also includes other types of logging operations. Also note that the only currently supported values for the <paramref name="details"/>
263
265
/// parameter are <c>None</c> and <c>Metadata</c>.</remarks>
0 commit comments